Html Css Color HEX #76CFE9 Spray

📋 copy color: '#76CFE9'

red 118 ◦ green 207 ◦ blue 233

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

Shades of Spray #76CFE9

Tints of Spray #76CFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 21.15%
G = 37.1%
B = 41.76%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#76CFE9 (or 0x76CFE9) is known color: Spray. HEX triplet: 76, CF and E9. RGB value is (118,207,233). Sum of RGB (Red+Green+Blue) = 118+207+233=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #76CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CFE9 is #893016. Grayscale: #B7B7B7. Windows color (decimal): -8990743 or 15322998. OLE color: 15322998.

HSL color Cylindrical-coordinate representation of color #76CFE9: hue angle of 193.57º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76CFE9 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 207 233 -
CMYK 0.49 0.11 0 0.09
HSL 193.57º 0.72% 0.69% -
HSV(B) 193.57º 0.49% 0.91% -
XYZ 44.49 54.36 85.24 -
YUV 183.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 118 207 233 0.49 0.11 0 0.09 193.57 0.72 0.69
Hex 76 CF E9 31 B 0 9 C2 48 45
Octal 166 317 351 61 13 0 11 302 110 105
Binary 1110110 11001111 11101001 110001 1011 0 1001 11000010 1001000 1000101

Color Harmonies of #76CFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFE9

Black with #76CFE9

Text Example


Text Example

White with #76CFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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