Html Css Color HEX #76CBEB Sky Blue

📋 copy color: '#76CBEB'

red 118 ◦ green 203 ◦ blue 235

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

Shades of Sky Blue #76CBEB

Tints of Sky Blue #76CBEB

RGB

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

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

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

R = 21.22%
G = 36.51%
B = 42.27%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76CBEB (or 0x76CBEB) is known color: Sky Blue. HEX triplet: 76, CB and EB. RGB value is (118,203,235). Sum of RGB (Red+Green+Blue) = 118+203+235=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #76CBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CBEB is #893414. Grayscale: #B5B5B5. Windows color (decimal): -8991765 or 15453046. OLE color: 15453046.

HSL color Cylindrical-coordinate representation of color #76CBEB: hue angle of 196.41º 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 #76CBEB is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 203 235 -
CMYK 0.50 0.14 0 0.08
HSL 196.41º 0.75% 0.69% -
HSV(B) 196.41º 0.5% 0.92% -
XYZ 43.82 52.56 86.43 -
YUV 181.23 158.34 82.9 -
System Red Green Blue C M Y K H S L
Decimal 118 203 235 0.50 0.14 0 0.08 196.41 0.75 0.69
Hex 76 CB EB 32 E 0 8 C4 4B 45
Octal 166 313 353 62 16 0 10 304 113 105
Binary 1110110 11001011 11101011 110010 1110 0 1000 11000100 1001011 1000101

Color Harmonies of #76CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBEB

Black with #76CBEB

Text Example


Text Example

White with #76CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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