#8DCBFD

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

Shades of Light Sky Blue #8DCBFD

Tints of Light Sky Blue #8DCBFD

Color information

#8DCBFD (or 0x8DCBFD) is unknown color: approx Light Sky Blue. HEX triplet: 8D, CB and FD. RGB value is (141,203,253). Sum of RGB (Red+Green+Blue) = 141+203+253=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DCBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DCBFD is #723402. Grayscale: #BDBDBD. Windows color (decimal): -7484419 or 16632717. OLE color: 16632717.

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

Color convert

RGB141203253-
CMYK0.440.2000.01
HSL206.79º96.55%77.25%-
HSV(B)206.79º44.27%99.22%-
XYZ50.0755.47101-
YUV190.16163.4692.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.62%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=23.62%
G=34.00%
B=42.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412032530.440.2000.01206.7996.5577.25
Hex8DCBFD2C1401cf614d
Octal215313375542401317141115
Binary10001101110010111111110110110010100011100111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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