#85DCFB

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

Shades of Light Sky Blue #85DCFB

Tints of Light Sky Blue #85DCFB

Color information

#85DCFB (or 0x85DCFB) is unknown color: approx Light Sky Blue. HEX triplet: 85, DC and FB. RGB value is (133,220,251). Sum of RGB (Red+Green+Blue) = 133+220+251=604 (80% of max value = 765). Red value is 133 (52.34% from 255 or 22.02% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #85DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DCFB is #7A2304. Grayscale: #C5C5C5. Windows color (decimal): -8004357 or 16505989. OLE color: 16505989.

HSL color Cylindrical-coordinate representation of color #85DCFB: hue angle of 195.76º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85DCFB is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133220251-
CMYK0.470.1200.02
HSL195.76º93.65%75.29%-
HSV(B)195.76º47.01%98.43%-
XYZ52.6863.14100.68-
YUV197.52158.1881.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.02%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=22.02%
G=36.42%
B=41.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332202510.470.1200.02195.7693.6575.29
Hex85DCFB2FC02c45e4b
Octal205334373571402304136113
Binary10000101110111001111101110111111000101100010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DCFB; }

 p { color: rgb(133,220,251); }

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

<style>
 a { background-color: #85DCFB; }

 a { background-color: rgb(133,220,251); }

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

<style>
 span { border-color: #85DCFB; }

 span { border-color: rgb(133,220,251); }

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