#8DDAFB

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

Shades of Light Sky Blue #8DDAFB

Tints of Light Sky Blue #8DDAFB

Color information

#8DDAFB (or 0x8DDAFB) is unknown color: approx Light Sky Blue. HEX triplet: 8D, DA and FB. RGB value is (141,218,251). Sum of RGB (Red+Green+Blue) = 141+218+251=610 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.11% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DDAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAFB is #722504. Grayscale: #C6C6C6. Windows color (decimal): -7480581 or 16505485. OLE color: 16505485.

HSL color Cylindrical-coordinate representation of color #8DDAFB: hue angle of 198º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDAFB is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141218251-
CMYK0.440.1300.02
HSL198º93.22%76.86%-
HSV(B)198º43.82%98.43%-
XYZ53.4762.77100.56-
YUV198.74157.4986.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.11%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=23.11%
G=35.74%
B=41.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412182510.440.1300.0219893.2276.86
Hex8DDAFB2CD02c65d4d
Octal215332373541502306135115
Binary10001101110110101111101110110011010101100011010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,251); }

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

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

 a { background-color: rgb(141,218,251); }

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

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

 span { border-color: rgb(141,218,251); }

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