#85DFFB

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

Shades of Light Sky Blue #85DFFB

Tints of Light Sky Blue #85DFFB

Color information

#85DFFB (or 0x85DFFB) is unknown color: approx Light Sky Blue. HEX triplet: 85, DF and FB. RGB value is (133,223,251). Sum of RGB (Red+Green+Blue) = 133+223+251=607 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.91% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #85DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFFB is #7A2004. Grayscale: #C7C7C7. Windows color (decimal): -8003589 or 16506757. OLE color: 16506757.

HSL color Cylindrical-coordinate representation of color #85DFFB: hue angle of 194.24º 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 #85DFFB is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133223251-
CMYK0.470.1100.02
HSL194.24º93.65%75.29%-
HSV(B)194.24º47.01%98.43%-
XYZ53.4764.73100.94-
YUV199.28157.1880.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.91%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=21.91%
G=36.74%
B=41.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332232510.470.1100.02194.2493.6575.29
Hex85DFFB2FB02c25e4b
Octal205337373571302302136113
Binary10000101110111111111101110111110110101100001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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