Html Css Color HEX #85CEFE Light Sky Blue

📋 copy color: '#85CEFE'

red 133 ◦ green 206 ◦ blue 254

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

Shades of Light Sky Blue #85CEFE

Tints of Light Sky Blue #85CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.74%

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

R = 22.43%
G = 34.74%
B = 42.83%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#85CEFE (or 0x85CEFE) is known color: Light Sky Blue. HEX triplet: 85, CE and FE. RGB value is (133,206,254). Sum of RGB (Red+Green+Blue) = 133+206+254=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #85CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEFE is #7A3101. Grayscale: #BDBDBD. Windows color (decimal): -8007938 or 16699013. OLE color: 16699013.

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

Color convert

RGB 133 206 254 -
CMYK 0.48 0.19 0 0.00
HSL 203.8º 0.98% 0.76% -
HSV(B) 203.8º 0.48% 1% -
XYZ 49.63 56.28 102.01 -
YUV 189.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 133 206 254 0.48 0.19 0 0.00 203.8 0.98 0.76
Hex 85 CE FE 30 13 0 0 CC 62 4C
Octal 205 316 376 60 23 0 0 314 142 114
Binary 10000101 11001110 11111110 110000 10011 0 0 11001100 1100010 1001100

Color Harmonies of #85CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEFE

Black with #85CEFE

Text Example


Text Example

White with #85CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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