Html Css Color HEX #76CBED Sky Blue

📋 copy color: '#76CBED'

red 118 ◦ green 203 ◦ blue 237

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

Shades of Sky Blue #76CBED

Tints of Sky Blue #76CBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 21.15%
G = 36.38%
B = 42.47%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76CBED (or 0x76CBED) is known color: Sky Blue. HEX triplet: 76, CB and ED. RGB value is (118,203,237). Sum of RGB (Red+Green+Blue) = 118+203+237=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #76CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CBED is #893412. Grayscale: #B5B5B5. Windows color (decimal): -8991763 or 15584118. OLE color: 15584118.

HSL color Cylindrical-coordinate representation of color #76CBED: hue angle of 197.14º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76CBED is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 203 237 -
CMYK 0.50 0.14 0 0.07
HSL 197.14º 0.77% 0.7% -
HSV(B) 197.14º 0.5% 0.93% -
XYZ 44.11 52.68 87.96 -
YUV 181.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 118 203 237 0.50 0.14 0 0.07 197.14 0.77 0.7
Hex 76 CB ED 32 E 0 7 C5 4D 46
Octal 166 313 355 62 16 0 7 305 115 106
Binary 1110110 11001011 11101101 110010 1110 0 111 11000101 1001101 1000110

Color Harmonies of #76CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBED

Black with #76CBED

Text Example


Text Example

White with #76CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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