Html Css Color HEX #7DD8FB Light Sky Blue

📋 copy color: '#7DD8FB'

red 125 ◦ green 216 ◦ blue 251

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

Shades of Light Sky Blue #7DD8FB

Tints of Light Sky Blue #7DD8FB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.49%

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

R = 21.11%
G = 36.49%
B = 42.4%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DD8FB (or 0x7DD8FB) is known color: Light Sky Blue. HEX triplet: 7D, D8 and FB. RGB value is (125,216,251). Sum of RGB (Red+Green+Blue) = 125+216+251=592 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.11% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DD8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD8FB is #822704. Grayscale: #C0C0C0. Windows color (decimal): -8529669 or 16504957. OLE color: 16504957.

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

Color convert

RGB 125 216 251 -
CMYK 0.50 0.14 0 0.02
HSL 196.67º 0.94% 0.74% -
HSV(B) 196.67º 0.5% 0.98% -
XYZ 50.43 60.44 100.27 -
YUV 192.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 125 216 251 0.50 0.14 0 0.02 196.67 0.94 0.74
Hex 7D D8 FB 32 E 0 2 C5 5E 4A
Octal 175 330 373 62 16 0 2 305 136 112
Binary 1111101 11011000 11111011 110010 1110 0 10 11000101 1011110 1001010

Color Harmonies of #7DD8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD8FB

Black with #7DD8FB

Text Example


Text Example

White with #7DD8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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