Html Css Color HEX #85D3EF Sky Blue

📋 copy color: '#85D3EF'

red 133 ◦ green 211 ◦ blue 239

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

Shades of Sky Blue #85D3EF

Tints of Sky Blue #85D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.19%

 BLUE value IS 239 (93.75% from 255) = 40.99%

R = 22.81%
G = 36.19%
B = 40.99%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85D3EF (or 0x85D3EF) is known color: Sky Blue. HEX triplet: 85, D3 and EF. RGB value is (133,211,239). Sum of RGB (Red+Green+Blue) = 133+211+239=583 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.81% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #85D3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D3EF is #7A2C10. Grayscale: #BEBEBE. Windows color (decimal): -8006673 or 15717253. OLE color: 15717253.

HSL color Cylindrical-coordinate representation of color #85D3EF: hue angle of 195.85º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D3EF is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 211 239 -
CMYK 0.44 0.12 0 0.06
HSL 195.85º 0.77% 0.73% -
HSV(B) 195.85º 0.44% 0.94% -
XYZ 48.55 57.81 90.26 -
YUV 190.87 155.16 86.72 -
System Red Green Blue C M Y K H S L
Decimal 133 211 239 0.44 0.12 0 0.06 195.85 0.77 0.73
Hex 85 D3 EF 2C C 0 6 C4 4D 49
Octal 205 323 357 54 14 0 6 304 115 111
Binary 10000101 11010011 11101111 101100 1100 0 110 11000100 1001101 1001001

Color Harmonies of #85D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D3EF

Black with #85D3EF

Text Example


Text Example

White with #85D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,211,239); }

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

background-color css

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

 a { background-color: rgb(133,211,239); }

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

border-color css

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

 span { border-color: rgb(133,211,239); }

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