Html Css Color HEX #7DD0FE Light Sky Blue

📋 copy color: '#7DD0FE'

red 125 ◦ green 208 ◦ blue 254

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

Shades of Light Sky Blue #7DD0FE

Tints of Light Sky Blue #7DD0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 21.29%
G = 35.43%
B = 43.27%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7DD0FE (or 0x7DD0FE) is known color: Light Sky Blue. HEX triplet: 7D, D0 and FE. RGB value is (125,208,254). Sum of RGB (Red+Green+Blue) = 125+208+254=587 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.29% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DD0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD0FE is #822F01. Grayscale: #BCBCBC. Windows color (decimal): -8531714 or 16699517. OLE color: 16699517.

HSL color Cylindrical-coordinate representation of color #7DD0FE: hue angle of 201.4º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DD0FE is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 125 208 254 -
CMYK 0.51 0.18 0 0.00
HSL 201.4º 0.98% 0.74% -
HSV(B) 201.4º 0.51% 1% -
XYZ 48.9 56.63 102.12 -
YUV 188.43 165 82.76 -
System Red Green Blue C M Y K H S L
Decimal 125 208 254 0.51 0.18 0 0.00 201.4 0.98 0.74
Hex 7D D0 FE 33 12 0 0 C9 62 4A
Octal 175 320 376 63 22 0 0 311 142 112
Binary 1111101 11010000 11111110 110011 10010 0 0 11001001 1100010 1001010

Color Harmonies of #7DD0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD0FE

Black with #7DD0FE

Text Example


Text Example

White with #7DD0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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