#7DCBFD

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

Shades of Light Sky Blue #7DCBFD

Tints of Light Sky Blue #7DCBFD

Color information

#7DCBFD (or 0x7DCBFD) is unknown color: approx Light Sky Blue. HEX triplet: 7D, CB and FD. RGB value is (125,203,253). Sum of RGB (Red+Green+Blue) = 125+203+253=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DCBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCBFD is #823402. Grayscale: #B9B9B9. Windows color (decimal): -8532995 or 16632701. OLE color: 16632701.

HSL color Cylindrical-coordinate representation of color #7DCBFD: hue angle of 203.44º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DCBFD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125203253-
CMYK0.510.2000.01
HSL203.44º96.97%74.12%-
HSV(B)203.44º50.59%99.22%-
XYZ47.5454.16100.88-
YUV185.38166.1684.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.51%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 253 (99.22% from 255) = 43.55%
R=21.51%
G=34.94%
B=43.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252032530.510.2000.01203.4496.9774.12
Hex7DCBFD331401cb614a
Octal175313375632401313141112
Binary1111101110010111111110111001110100011100101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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