Html Css Color HEX #7DD0FB Light Sky Blue

📋 copy color: '#7DD0FB'

red 125 ◦ green 208 ◦ blue 251

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

Shades of Light Sky Blue #7DD0FB

Tints of Light Sky Blue #7DD0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.62%

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

R = 21.4%
G = 35.62%
B = 42.98%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7DD0FB (or 0x7DD0FB) is known color: Light Sky Blue. HEX triplet: 7D, D0 and FB. RGB value is (125,208,251). Sum of RGB (Red+Green+Blue) = 125+208+251=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DD0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD0FB is #822F04. Grayscale: #BBBBBB. Windows color (decimal): -8531717 or 16502909. OLE color: 16502909.

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

Color convert

RGB 125 208 251 -
CMYK 0.50 0.17 0 0.02
HSL 200.48º 0.94% 0.74% -
HSV(B) 200.48º 0.5% 0.98% -
XYZ 48.43 56.44 99.61 -
YUV 188.09 163.5 83 -
System Red Green Blue C M Y K H S L
Decimal 125 208 251 0.50 0.17 0 0.02 200.48 0.94 0.74
Hex 7D D0 FB 32 11 0 2 C8 5E 4A
Octal 175 320 373 62 21 0 2 310 136 112
Binary 1111101 11010000 11111011 110010 10001 0 10 11001000 1011110 1001010

Color Harmonies of #7DD0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD0FB

Black with #7DD0FB

Text Example


Text Example

White with #7DD0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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