Html Css Color HEX #85DEFF Light Sky Blue

📋 copy color: '#85DEFF'

red 133 ◦ green 222 ◦ blue 255

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

Shades of Light Sky Blue #85DEFF

Tints of Light Sky Blue #85DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

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

R = 21.8%
G = 36.39%
B = 41.8%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85DEFF (or 0x85DEFF) is known color: Light Sky Blue. HEX triplet: 85, DE and FF. RGB value is (133,222,255). Sum of RGB (Red+Green+Blue) = 133+222+255=610 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.80% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #85DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DEFF is #7A2100. Grayscale: #C6C6C6. Windows color (decimal): -8003841 or 16768645. OLE color: 16768645.

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

Color convert

RGB 133 222 255 -
CMYK 0.48 0.13 0 0
HSL 196.23º 1% 0.76% -
HSV(B) 196.23º 0.48% 1% -
XYZ 53.84 64.45 104.21 -
YUV 199.15 159.51 80.82 -
System Red Green Blue C M Y K H S L
Decimal 133 222 255 0.48 0.13 0 0 196.23 1 0.76
Hex 85 DE FF 30 D 0 0 C4 64 4C
Octal 205 336 377 60 15 0 0 304 144 114
Binary 10000101 11011110 11111111 110000 1101 0 0 11000100 1100100 1001100

Color Harmonies of #85DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DEFF

Black with #85DEFF

Text Example


Text Example

White with #85DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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