#85E1FE

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

Shades of Light Sky Blue #85E1FE

Tints of Light Sky Blue #85E1FE

Color information

#85E1FE (or 0x85E1FE) is unknown color: approx Light Sky Blue. HEX triplet: 85, E1 and FE. RGB value is (133,225,254). Sum of RGB (Red+Green+Blue) = 133+225+254=612 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.73% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #85E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E1FE is #7A1E01. Grayscale: #C8C8C8. Windows color (decimal): -8003074 or 16703877. OLE color: 16703877.

HSL color Cylindrical-coordinate representation of color #85E1FE: hue angle of 194.38º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E1FE is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133225254-
CMYK0.480.1100.00
HSL194.38º98.37%75.88%-
HSV(B)194.38º47.64%99.61%-
XYZ54.4965.99103.63-
YUV200.8158.0279.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.73%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=21.73%
G=36.76%
B=41.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332252540.480.1100.00194.3898.3775.88
Hex85E1FE30B00c2624c
Octal205341376601300302142114
Binary1000010111100001111111101100001011001100001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,225,254); }

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

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

 a { background-color: rgb(133,225,254); }

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

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

 span { border-color: rgb(133,225,254); }

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