Html Css Color HEX #85CEFF Light Sky Blue

📋 copy color: '#85CEFF'

red 133 ◦ green 206 ◦ blue 255

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

Shades of Light Sky Blue #85CEFF

Tints of Light Sky Blue #85CEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.93%

R = 22.39%
G = 34.68%
B = 42.93%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85CEFF (or 0x85CEFF) is known color: Light Sky Blue. HEX triplet: 85, CE and FF. RGB value is (133,206,255). Sum of RGB (Red+Green+Blue) = 133+206+255=594 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.39% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #85CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85CEFF is #7A3100. Grayscale: #BDBDBD. Windows color (decimal): -8007937 or 16764549. OLE color: 16764549.

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

Color convert

RGB 133 206 255 -
CMYK 0.48 0.19 0 0
HSL 204.1º 1% 0.76% -
HSV(B) 204.1º 0.48% 1% -
XYZ 49.79 56.35 102.86 -
YUV 189.76 164.82 87.52 -
System Red Green Blue C M Y K H S L
Decimal 133 206 255 0.48 0.19 0 0 204.1 1 0.76
Hex 85 CE FF 30 13 0 0 CC 64 4C
Octal 205 316 377 60 23 0 0 314 144 114
Binary 10000101 11001110 11111111 110000 10011 0 0 11001100 1100100 1001100

Color Harmonies of #85CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEFF

Black with #85CEFF

Text Example


Text Example

White with #85CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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