Html Css Color HEX #85D6EF Sky Blue

📋 copy color: '#85D6EF'

red 133 ◦ green 214 ◦ blue 239

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

Shades of Sky Blue #85D6EF

Tints of Sky Blue #85D6EF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.52%

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

R = 22.7%
G = 36.52%
B = 40.78%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85D6EF (or 0x85D6EF) is known color: Sky Blue. HEX triplet: 85, D6 and EF. RGB value is (133,214,239). Sum of RGB (Red+Green+Blue) = 133+214+239=586 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.70% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #85D6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85D6EF is #7A2910. Grayscale: #C0C0C0. Windows color (decimal): -8005905 or 15718021. OLE color: 15718021.

HSL color Cylindrical-coordinate representation of color #85D6EF: hue angle of 194.15º 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 #85D6EF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 214 239 -
CMYK 0.44 0.10 0 0.06
HSL 194.15º 0.77% 0.73% -
HSV(B) 194.15º 0.44% 0.94% -
XYZ 49.3 59.31 90.51 -
YUV 192.63 154.16 85.47 -
System Red Green Blue C M Y K H S L
Decimal 133 214 239 0.44 0.10 0 0.06 194.15 0.77 0.73
Hex 85 D6 EF 2C A 0 6 C2 4D 49
Octal 205 326 357 54 12 0 6 302 115 111
Binary 10000101 11010110 11101111 101100 1010 0 110 11000010 1001101 1001001

Color Harmonies of #85D6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D6EF

Black with #85D6EF

Text Example


Text Example

White with #85D6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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