Html Css Color HEX #85DAFF Light Sky Blue

📋 copy color: '#85DAFF'

red 133 ◦ green 218 ◦ blue 255

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

Shades of Light Sky Blue #85DAFF

Tints of Light Sky Blue #85DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.97%

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

R = 21.95%
G = 35.97%
B = 42.08%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85DAFF (or 0x85DAFF) is known color: Light Sky Blue. HEX triplet: 85, DA and FF. RGB value is (133,218,255). Sum of RGB (Red+Green+Blue) = 133+218+255=606 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.95% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #85DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DAFF is #7A2500. Grayscale: #C4C4C4. Windows color (decimal): -8004865 or 16767621. OLE color: 16767621.

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

Color convert

RGB 133 218 255 -
CMYK 0.48 0.15 0 0
HSL 198.2º 1% 0.76% -
HSV(B) 198.2º 0.48% 1% -
XYZ 52.79 62.35 103.86 -
YUV 196.8 160.84 82.49 -
System Red Green Blue C M Y K H S L
Decimal 133 218 255 0.48 0.15 0 0 198.2 1 0.76
Hex 85 DA FF 30 F 0 0 C6 64 4C
Octal 205 332 377 60 17 0 0 306 144 114
Binary 10000101 11011010 11111111 110000 1111 0 0 11000110 1100100 1001100

Color Harmonies of #85DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DAFF

Black with #85DAFF

Text Example


Text Example

White with #85DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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