Html Css Color HEX #7DD2FB Light Sky Blue

📋 copy color: '#7DD2FB'

red 125 ◦ green 210 ◦ blue 251

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

Shades of Light Sky Blue #7DD2FB

Tints of Light Sky Blue #7DD2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 21.33%
G = 35.84%
B = 42.83%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DD2FB (or 0x7DD2FB) is known color: Light Sky Blue. HEX triplet: 7D, D2 and FB. RGB value is (125,210,251). Sum of RGB (Red+Green+Blue) = 125+210+251=586 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.33% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DD2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD2FB is #822D04. Grayscale: #BDBDBD. Windows color (decimal): -8531205 or 16503421. OLE color: 16503421.

HSL color Cylindrical-coordinate representation of color #7DD2FB: hue angle of 199.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD2FB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 210 251 -
CMYK 0.50 0.16 0 0.02
HSL 199.52º 0.94% 0.74% -
HSV(B) 199.52º 0.5% 0.98% -
XYZ 48.92 57.42 99.77 -
YUV 189.26 162.84 82.17 -
System Red Green Blue C M Y K H S L
Decimal 125 210 251 0.50 0.16 0 0.02 199.52 0.94 0.74
Hex 7D D2 FB 32 10 0 2 C8 5E 4A
Octal 175 322 373 62 20 0 2 310 136 112
Binary 1111101 11010010 11111011 110010 10000 0 10 11001000 1011110 1001010

Color Harmonies of #7DD2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD2FB

Black with #7DD2FB

Text Example


Text Example

White with #7DD2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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