Html Css Color HEX #85E0FE Light Sky Blue

📋 copy color: '#85E0FE'

red 133 ◦ green 224 ◦ blue 254

#85E0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #85E0FE

Tints of Light Sky Blue #85E0FE

RGB

 RED value IS 133 (52.34% from 255) = 21.77%

 GREEN value IS 224 (87.89% from 255) = 36.66%

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 21.77%
G = 36.66%
B = 41.57%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85E0FE (or 0x85E0FE) is known color: Light Sky Blue. HEX triplet: 85, E0 and FE. RGB value is (133,224,254). Sum of RGB (Red+Green+Blue) = 133+224+254=611 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.77% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #85E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E0FE is #7A1F01. Grayscale: #C8C8C8. Windows color (decimal): -8003330 or 16703621. OLE color: 16703621.

HSL color Cylindrical-coordinate representation of color #85E0FE: hue angle of 194.88º 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 #85E0FE is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 224 254 -
CMYK 0.48 0.12 0 0.00
HSL 194.88º 0.98% 0.76% -
HSV(B) 194.88º 0.48% 1% -
XYZ 54.22 65.45 103.54 -
YUV 200.21 158.35 80.06 -
System Red Green Blue C M Y K H S L
Decimal 133 224 254 0.48 0.12 0 0.00 194.88 0.98 0.76
Hex 85 E0 FE 30 C 0 0 C3 62 4C
Octal 205 340 376 60 14 0 0 303 142 114
Binary 10000101 11100000 11111110 110000 1100 0 0 11000011 1100010 1001100

Color Harmonies of #85E0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E0FE

Black with #85E0FE

Text Example


Text Example

White with #85E0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E0FE;
 }
 .AnyTagClassName
 {
   color: #85E0FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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