#7DCEFA

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

Shades of Light Sky Blue #7DCEFA

Tints of Light Sky Blue #7DCEFA

Color information

#7DCEFA (or 0x7DCEFA) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CE and FA. RGB value is (125,206,250). Sum of RGB (Red+Green+Blue) = 125+206+250=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DCEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCEFA is #823105. Grayscale: #BABABA. Windows color (decimal): -8532230 or 16436861. OLE color: 16436861.

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

Color convert

RGB125206250-
CMYK0.500.1800.02
HSL201.12º92.59%73.53%-
HSV(B)201.12º50%98.04%-
XYZ47.7855.498.62-
YUV186.8163.6683.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.51%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 250 (98.05% from 255) = 43.03%
R=21.51%
G=35.46%
B=43.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1252062500.500.1800.02201.1292.5973.53
Hex7DCEFA321202c95d4a
Octal175316372622202311135112
Binary11111011100111011111010110010100100101100100110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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