Html Css Color HEX #85DDFF Light Sky Blue

📋 copy color: '#85DDFF'

red 133 ◦ green 221 ◦ blue 255

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

Shades of Light Sky Blue #85DDFF

Tints of Light Sky Blue #85DDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

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

R = 21.84%
G = 36.29%
B = 41.87%

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

#85DDFF (or 0x85DDFF) is known color: Light Sky Blue. HEX triplet: 85, DD and FF. RGB value is (133,221,255). Sum of RGB (Red+Green+Blue) = 133+221+255=609 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.84% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #85DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DDFF is #7A2200. Grayscale: #C6C6C6. Windows color (decimal): -8004097 or 16768389. OLE color: 16768389.

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

Color convert

RGB 133 221 255 -
CMYK 0.48 0.13 0 0
HSL 196.72º 1% 0.76% -
HSV(B) 196.72º 0.48% 1% -
XYZ 53.58 63.92 104.12 -
YUV 198.56 159.85 81.24 -
System Red Green Blue C M Y K H S L
Decimal 133 221 255 0.48 0.13 0 0 196.72 1 0.76
Hex 85 DD FF 30 D 0 0 C5 64 4C
Octal 205 335 377 60 15 0 0 305 144 114
Binary 10000101 11011101 11111111 110000 1101 0 0 11000101 1100100 1001100

Color Harmonies of #85DDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDFF

Black with #85DDFF

Text Example


Text Example

White with #85DDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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