Html Css Color HEX #7DD2EB Sky Blue

📋 copy color: '#7DD2EB'

red 125 ◦ green 210 ◦ blue 235

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

Shades of Sky Blue #7DD2EB

Tints of Sky Blue #7DD2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.84%

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

R = 21.93%
G = 36.84%
B = 41.23%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DD2EB (or 0x7DD2EB) is known color: Sky Blue. HEX triplet: 7D, D2 and EB. RGB value is (125,210,235). Sum of RGB (Red+Green+Blue) = 125+210+235=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DD2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD2EB is #822D14. Grayscale: #BBBBBB. Windows color (decimal): -8531221 or 15454845. OLE color: 15454845.

HSL color Cylindrical-coordinate representation of color #7DD2EB: hue angle of 193.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DD2EB is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 210 235 -
CMYK 0.47 0.11 0 0.08
HSL 193.64º 0.73% 0.71% -
HSV(B) 193.64º 0.47% 0.92% -
XYZ 46.5 56.45 87.04 -
YUV 187.44 154.84 83.47 -
System Red Green Blue C M Y K H S L
Decimal 125 210 235 0.47 0.11 0 0.08 193.64 0.73 0.71
Hex 7D D2 EB 2F B 0 8 C2 49 47
Octal 175 322 353 57 13 0 10 302 111 107
Binary 1111101 11010010 11101011 101111 1011 0 1000 11000010 1001001 1000111

Color Harmonies of #7DD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD2EB

Black with #7DD2EB

Text Example


Text Example

White with #7DD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,210,235); }

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

background-color css

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

 a { background-color: rgb(125,210,235); }

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

border-color css

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

 span { border-color: rgb(125,210,235); }

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