Html Css Color HEX #7DD6EC Sky Blue

📋 copy color: '#7DD6EC'

red 125 ◦ green 214 ◦ blue 236

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

Shades of Sky Blue #7DD6EC

Tints of Sky Blue #7DD6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.22%

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

R = 21.74%
G = 37.22%
B = 41.04%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7DD6EC (or 0x7DD6EC) is known color: Sky Blue. HEX triplet: 7D, D6 and EC. RGB value is (125,214,236). Sum of RGB (Red+Green+Blue) = 125+214+236=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DD6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD6EC is #822913. Grayscale: #BDBDBD. Windows color (decimal): -8530196 or 15521405. OLE color: 15521405.

HSL color Cylindrical-coordinate representation of color #7DD6EC: hue angle of 191.89º 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 #7DD6EC is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 214 236 -
CMYK 0.47 0.09 0 0.07
HSL 191.89º 0.74% 0.71% -
HSV(B) 191.89º 0.47% 0.93% -
XYZ 47.64 58.51 88.14 -
YUV 189.9 154.01 81.71 -
System Red Green Blue C M Y K H S L
Decimal 125 214 236 0.47 0.09 0 0.07 191.89 0.74 0.71
Hex 7D D6 EC 2F 9 0 7 C0 4A 47
Octal 175 326 354 57 11 0 7 300 112 107
Binary 1111101 11010110 11101100 101111 1001 0 111 11000000 1001010 1000111

Color Harmonies of #7DD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD6EC

Black with #7DD6EC

Text Example


Text Example

White with #7DD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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