Html Css Color HEX #85C0E1 Sky Blue

📋 copy color: '#85C0E1'

red 133 ◦ green 192 ◦ blue 225

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

Shades of Sky Blue #85C0E1

Tints of Sky Blue #85C0E1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.91%

 BLUE value IS 225 (88.28% from 255) = 40.91%

R = 24.18%
G = 34.91%
B = 40.91%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#85C0E1 (or 0x85C0E1) is known color: Sky Blue. HEX triplet: 85, C0 and E1. RGB value is (133,192,225). Sum of RGB (Red+Green+Blue) = 133+192+225=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #85C0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0E1 is #7A3F1E. Grayscale: #B1B1B1. Windows color (decimal): -8011551 or 14794885. OLE color: 14794885.

HSL color Cylindrical-coordinate representation of color #85C0E1: hue angle of 201.52º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85C0E1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 192 225 -
CMYK 0.41 0.15 0 0.12
HSL 201.52º 0.61% 0.7% -
HSV(B) 201.52º 0.41% 0.88% -
XYZ 42.11 48.12 78.3 -
YUV 178.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 133 192 225 0.41 0.15 0 0.12 201.52 0.61 0.7
Hex 85 C0 E1 29 F 0 C CA 3D 46
Octal 205 300 341 51 17 0 14 312 75 106
Binary 10000101 11000000 11100001 101001 1111 0 1100 11001010 111101 1000110

Color Harmonies of #85C0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C0E1

Black with #85C0E1

Text Example


Text Example

White with #85C0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,225); }

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

background-color css

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

 a { background-color: rgb(133,192,225); }

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

border-color css

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

 span { border-color: rgb(133,192,225); }

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