Html Css Color HEX #85C1EC Sky Blue

📋 copy color: '#85C1EC'

red 133 ◦ green 193 ◦ blue 236

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

Shades of Sky Blue #85C1EC

Tints of Sky Blue #85C1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.34%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 23.67%
G = 34.34%
B = 41.99%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85C1EC (or 0x85C1EC) is known color: Sky Blue. HEX triplet: 85, C1 and EC. RGB value is (133,193,236). Sum of RGB (Red+Green+Blue) = 133+193+236=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #85C1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85C1EC is #7A3E13. Grayscale: #B3B3B3. Windows color (decimal): -8011284 or 15516037. OLE color: 15516037.

HSL color Cylindrical-coordinate representation of color #85C1EC: hue angle of 205.05º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85C1EC is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 193 236 -
CMYK 0.44 0.18 0 0.07
HSL 205.05º 0.73% 0.72% -
HSV(B) 205.05º 0.44% 0.93% -
XYZ 43.88 49.18 86.54 -
YUV 179.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 133 193 236 0.44 0.18 0 0.07 205.05 0.73 0.72
Hex 85 C1 EC 2C 12 0 7 CD 49 48
Octal 205 301 354 54 22 0 7 315 111 110
Binary 10000101 11000001 11101100 101100 10010 0 111 11001101 1001001 1001000

Color Harmonies of #85C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C1EC

Black with #85C1EC

Text Example


Text Example

White with #85C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,193,236); }

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

background-color css

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

 a { background-color: rgb(133,193,236); }

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

border-color css

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

 span { border-color: rgb(133,193,236); }

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