Html Css Color HEX #76CFE4 Spray

📋 copy color: '#76CFE4'

red 118 ◦ green 207 ◦ blue 228

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

Shades of Spray #76CFE4

Tints of Spray #76CFE4

RGB

 RED value IS 118 (46.48% from 255) = 21.34%

 GREEN value IS 207 (81.25% from 255) = 37.43%

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 21.34%
G = 37.43%
B = 41.23%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#76CFE4 (or 0x76CFE4) is known color: Spray. HEX triplet: 76, CF and E4. RGB value is (118,207,228). Sum of RGB (Red+Green+Blue) = 118+207+228=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #76CFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFE4 is #89301B. Grayscale: #B6B6B6. Windows color (decimal): -8990748 or 14995318. OLE color: 14995318.

HSL color Cylindrical-coordinate representation of color #76CFE4: hue angle of 191.45º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76CFE4 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 207 228 -
CMYK 0.48 0.09 0 0.11
HSL 191.45º 0.67% 0.68% -
HSV(B) 191.45º 0.48% 0.89% -
XYZ 43.79 54.08 81.53 -
YUV 182.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 118 207 228 0.48 0.09 0 0.11 191.45 0.67 0.68
Hex 76 CF E4 30 9 0 B BF 43 44
Octal 166 317 344 60 11 0 13 277 103 104
Binary 1110110 11001111 11100100 110000 1001 0 1011 10111111 1000011 1000100

Color Harmonies of #76CFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFE4

Black with #76CFE4

Text Example


Text Example

White with #76CFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CFE4; }

 p { color: rgb(118,207,228); }

 H1.HeaderClassName
 {
   color: #76CFE4;
 }
 .AnyTagClassName
 {
   color: #76CFE4;
 }
</style>

background-color css

<style>
 a { background-color: #76CFE4; }

 a { background-color: rgb(118,207,228); }

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

border-color css

<style>
 span { border-color: #76CFE4; }

 span { border-color: rgb(118,207,228); }

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