Html Css Color HEX #85BCEC Sky Blue

📋 copy color: '#85BCEC'

red 133 ◦ green 188 ◦ blue 236

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

Shades of Sky Blue #85BCEC

Tints of Sky Blue #85BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 23.88%
G = 33.75%
B = 42.37%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#85BCEC (or 0x85BCEC) is known color: Sky Blue. HEX triplet: 85, BC and EC. RGB value is (133,188,236). Sum of RGB (Red+Green+Blue) = 133+188+236=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #85BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCEC is #7A4313. Grayscale: #B0B0B0. Windows color (decimal): -8012564 or 15514757. OLE color: 15514757.

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

Color convert

RGB 133 188 236 -
CMYK 0.44 0.20 0 0.07
HSL 207.96º 0.73% 0.72% -
HSV(B) 207.96º 0.44% 0.93% -
XYZ 42.8 47.01 86.17 -
YUV 177.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 133 188 236 0.44 0.20 0 0.07 207.96 0.73 0.72
Hex 85 BC EC 2C 14 0 7 D0 49 48
Octal 205 274 354 54 24 0 7 320 111 110
Binary 10000101 10111100 11101100 101100 10100 0 111 11010000 1001001 1001000

Color Harmonies of #85BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCEC

Black with #85BCEC

Text Example


Text Example

White with #85BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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