Html Css Color HEX #7DD2FA Light Sky Blue

📋 copy color: '#7DD2FA'

red 125 ◦ green 210 ◦ blue 250

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

Shades of Light Sky Blue #7DD2FA

Tints of Light Sky Blue #7DD2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 21.37%
G = 35.9%
B = 42.74%

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

#7DD2FA (or 0x7DD2FA) is known color: Light Sky Blue. HEX triplet: 7D, D2 and FA. RGB value is (125,210,250). Sum of RGB (Red+Green+Blue) = 125+210+250=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DD2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD2FA is #822D05. Grayscale: #BCBCBC. Windows color (decimal): -8531206 or 16437885. OLE color: 16437885.

HSL color Cylindrical-coordinate representation of color #7DD2FA: hue angle of 199.2º degrees, saturation: 0.93, 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 #7DD2FA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 210 250 -
CMYK 0.50 0.16 0 0.02
HSL 199.2º 0.93% 0.74% -
HSV(B) 199.2º 0.5% 0.98% -
XYZ 48.76 57.36 98.94 -
YUV 189.15 162.34 82.25 -
System Red Green Blue C M Y K H S L
Decimal 125 210 250 0.50 0.16 0 0.02 199.2 0.93 0.74
Hex 7D D2 FA 32 10 0 2 C7 5D 4A
Octal 175 322 372 62 20 0 2 307 135 112
Binary 1111101 11010010 11111010 110010 10000 0 10 11000111 1011101 1001010

Color Harmonies of #7DD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD2FA

Black with #7DD2FA

Text Example


Text Example

White with #7DD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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