Html Css Color HEX #75D4DF Spray

📋 copy color: '#75D4DF'

red 117 ◦ green 212 ◦ blue 223

#75D4DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #75D4DF

Tints of Spray #75D4DF

RGB

 RED value IS 117 (46.09% from 255) = 21.2%

 GREEN value IS 212 (83.2% from 255) = 38.41%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 21.2%
G = 38.41%
B = 40.4%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#75D4DF (or 0x75D4DF) is known color: Spray. HEX triplet: 75, D4 and DF. RGB value is (117,212,223). Sum of RGB (Red+Green+Blue) = 117+212+223=552 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.20% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #75D4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D4DF is #8A2B20. Grayscale: #B8B8B8. Windows color (decimal): -9055009 or 14668917. OLE color: 14668917.

HSL color Cylindrical-coordinate representation of color #75D4DF: hue angle of 186.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75D4DF is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 212 223 -
CMYK 0.48 0.05 0 0.13
HSL 186.23º 0.62% 0.67% -
HSV(B) 186.23º 0.48% 0.87% -
XYZ 44.2 56.2 78.33 -
YUV 184.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 117 212 223 0.48 0.05 0 0.13 186.23 0.62 0.67
Hex 75 D4 DF 30 5 0 D BA 3E 43
Octal 165 324 337 60 5 0 15 272 76 103
Binary 1110101 11010100 11011111 110000 101 0 1101 10111010 111110 1000011

Color Harmonies of #75D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D4DF

Black with #75D4DF

Text Example


Text Example

White with #75D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,212,223); }

 H1.HeaderClassName
 {
   color: #75D4DF;
 }
 .AnyTagClassName
 {
   color: #75D4DF;
 }
</style>

background-color css

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

 a { background-color: rgb(117,212,223); }

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

border-color css

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

 span { border-color: rgb(117,212,223); }

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