Html Css Color HEX #7DCBEC Sky Blue

📋 copy color: '#7DCBEC'

red 125 ◦ green 203 ◦ blue 236

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

Shades of Sky Blue #7DCBEC

Tints of Sky Blue #7DCBEC

RGB

 RED value IS 125 (49.22% from 255) = 22.16%

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 22.16%
G = 35.99%
B = 41.84%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DCBEC (or 0x7DCBEC) is known color: Sky Blue. HEX triplet: 7D, CB and EC. RGB value is (125,203,236). Sum of RGB (Red+Green+Blue) = 125+203+236=564 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.16% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DCBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBEC is #823413. Grayscale: #B7B7B7. Windows color (decimal): -8533012 or 15518589. OLE color: 15518589.

HSL color Cylindrical-coordinate representation of color #7DCBEC: hue angle of 197.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCBEC is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 203 236 -
CMYK 0.47 0.14 0 0.07
HSL 197.84º 0.74% 0.71% -
HSV(B) 197.84º 0.47% 0.93% -
XYZ 44.95 53.13 87.24 -
YUV 183.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 125 203 236 0.47 0.14 0 0.07 197.84 0.74 0.71
Hex 7D CB EC 2F E 0 7 C6 4A 47
Octal 175 313 354 57 16 0 7 306 112 107
Binary 1111101 11001011 11101100 101111 1110 0 111 11000110 1001010 1000111

Color Harmonies of #7DCBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBEC

Black with #7DCBEC

Text Example


Text Example

White with #7DCBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCBEC; }

 p { color: rgb(125,203,236); }

 H1.HeaderClassName
 {
   color: #7DCBEC;
 }
 .AnyTagClassName
 {
   color: #7DCBEC;
 }
</style>

background-color css

<style>
 a { background-color: #7DCBEC; }

 a { background-color: rgb(125,203,236); }

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

border-color css

<style>
 span { border-color: #7DCBEC; }

 span { border-color: rgb(125,203,236); }

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