#7DD0FC

Color #7DD0FC Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #7DD0FC

Tints of Light Sky Blue #7DD0FC

Color information

#7DD0FC (or 0x7DD0FC) is unknown color: approx Light Sky Blue. HEX triplet: 7D, D0 and FC. RGB value is (125,208,252). Sum of RGB (Red+Green+Blue) = 125+208+252=585 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.37% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DD0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD0FC is #822F03. Grayscale: #BBBBBB. Windows color (decimal): -8531716 or 16568445. OLE color: 16568445.

HSL color Cylindrical-coordinate representation of color #7DD0FC: hue angle of 200.79º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD0FC is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125208252-
CMYK0.500.1700.01
HSL200.79º95.49%73.92%-
HSV(B)200.79º50.4%98.82%-
XYZ48.5856.5100.44-
YUV188.216482.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.37%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=21.37%
G=35.56%
B=43.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252082520.500.1700.01200.7995.4973.92
Hex7DD0FC321101c95f4a
Octal175320374622101311137112
Binary1111101110100001111110011001010001011100100110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DD0FC;
 }
 .AnyTagClassName
 {
   color: #7DD0FC;
 }
</style>
background-color css

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

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

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

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

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

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