Html Css Color HEX #76CFEB Spray

📋 copy color: '#76CFEB'

red 118 ◦ green 207 ◦ blue 235

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

Shades of Spray #76CFEB

Tints of Spray #76CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.96%

R = 21.07%
G = 36.96%
B = 41.96%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76CFEB (or 0x76CFEB) is known color: Spray. HEX triplet: 76, CF and EB. RGB value is (118,207,235). Sum of RGB (Red+Green+Blue) = 118+207+235=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #76CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CFEB is #893014. Grayscale: #B7B7B7. Windows color (decimal): -8990741 or 15454070. OLE color: 15454070.

HSL color Cylindrical-coordinate representation of color #76CFEB: hue angle of 194.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76CFEB is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 207 235 -
CMYK 0.50 0.12 0 0.08
HSL 194.36º 0.75% 0.69% -
HSV(B) 194.36º 0.5% 0.92% -
XYZ 44.78 54.48 86.75 -
YUV 183.58 157.01 81.22 -
System Red Green Blue C M Y K H S L
Decimal 118 207 235 0.50 0.12 0 0.08 194.36 0.75 0.69
Hex 76 CF EB 32 C 0 8 C2 4B 45
Octal 166 317 353 62 14 0 10 302 113 105
Binary 1110110 11001111 11101011 110010 1100 0 1000 11000010 1001011 1000101

Color Harmonies of #76CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFEB

Black with #76CFEB

Text Example


Text Example

White with #76CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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