#7DCBFC

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

Shades of Light Sky Blue #7DCBFC

Tints of Light Sky Blue #7DCBFC

Color information

#7DCBFC (or 0x7DCBFC) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CB and FC. RGB value is (125,203,252). Sum of RGB (Red+Green+Blue) = 125+203+252=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBFC is #823403. Grayscale: #B8B8B8. Windows color (decimal): -8532996 or 16567165. OLE color: 16567165.

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

Color convert

RGB125203252-
CMYK0.500.1900.01
HSL203.15º95.49%73.92%-
HSV(B)203.15º50.4%98.82%-
XYZ47.3854.1100.04-
YUV185.26165.6685.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.55%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 252 (98.83% from 255) = 43.45%
R=21.55%
G=35%
B=43.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252032520.500.1900.01203.1595.4973.92
Hex7DCBFC321301cb5f4a
Octal175313374622301313137112
Binary1111101110010111111110011001010011011100101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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