Html Css Color HEX #76CBE5 Spray

📋 copy color: '#76CBE5'

red 118 ◦ green 203 ◦ blue 229

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

Shades of Spray #76CBE5

Tints of Spray #76CBE5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.91%

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 21.45%
G = 36.91%
B = 41.64%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76CBE5 (or 0x76CBE5) is known color: Spray. HEX triplet: 76, CB and E5. RGB value is (118,203,229). Sum of RGB (Red+Green+Blue) = 118+203+229=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #76CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBE5 is #89341A. Grayscale: #B4B4B4. Windows color (decimal): -8991771 or 15059830. OLE color: 15059830.

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

Color convert

RGB 118 203 229 -
CMYK 0.48 0.11 0 0.10
HSL 194.05º 0.68% 0.68% -
HSV(B) 194.05º 0.48% 0.9% -
XYZ 42.97 52.22 81.94 -
YUV 180.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 118 203 229 0.48 0.11 0 0.10 194.05 0.68 0.68
Hex 76 CB E5 30 B 0 A C2 44 44
Octal 166 313 345 60 13 0 12 302 104 104
Binary 1110110 11001011 11100101 110000 1011 0 1010 11000010 1000100 1000100

Color Harmonies of #76CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBE5

Black with #76CBE5

Text Example


Text Example

White with #76CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,203,229); }

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

background-color css

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

 a { background-color: rgb(118,203,229); }

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

border-color css

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

 span { border-color: rgb(118,203,229); }

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