#75CFDE

Color #75CFDE Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #75CFDE

Tints of Spray #75CFDE

Color information

#75CFDE (or 0x75CFDE) is unknown color: approx Spray. HEX triplet: 75, CF and DE. RGB value is (117,207,222). Sum of RGB (Red+Green+Blue) = 117+207+222=546 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.43% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #75CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CFDE is #8A3021. Grayscale: #B5B5B5. Windows color (decimal): -9056290 or 14602101. OLE color: 14602101.

HSL color Cylindrical-coordinate representation of color #75CFDE: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75CFDE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117207222-
CMYK0.470.0700.13
HSL188.57º61.4%66.47%-
HSV(B)188.57º47.3%87.06%-
XYZ42.8353.6877.21-
YUV181.8150.6881.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 21.43%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=21.43%
G=37.91%
B=40.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1172072220.470.0700.13188.5761.466.47
Hex75CFDE2F70Dbd3d42
Octal16531733657701527575102
Binary1110101110011111101111010111111101101101111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CFDE; }

 p { color: rgb(117,207,222); }

 H1.HeaderClassName
 {
   color: #75CFDE;
 }
 .AnyTagClassName
 {
   color: #75CFDE;
 }
</style>
background-color css

<style>
 a { background-color: #75CFDE; }

 a { background-color: rgb(117,207,222); }

 div.DivClassName
 {
   background-color: #75CFDE;
 }
 .BgClassName
 {
   background-color: #75CFDE;
 }
</style>
border-color css

<style>
 span { border-color: #75CFDE; }

 span { border-color: rgb(117,207,222); }

 td.TdClassName
 {
   border-color: #75CFDE;
 }
 .TagClassName
 {
   border-color: #75CFDE;
 }
</style>