Html Css Color HEX #85BCEF Light Sky Blue

📋 copy color: '#85BCEF'

red 133 ◦ green 188 ◦ blue 239

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

Shades of Light Sky Blue #85BCEF

Tints of Light Sky Blue #85BCEF

RGB

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

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

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

R = 23.75%
G = 33.57%
B = 42.68%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85BCEF (or 0x85BCEF) is known color: Light Sky Blue. HEX triplet: 85, BC and EF. RGB value is (133,188,239). Sum of RGB (Red+Green+Blue) = 133+188+239=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #85BCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BCEF is #7A4310. Grayscale: #B1B1B1. Windows color (decimal): -8012561 or 15711365. OLE color: 15711365.

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

Color convert

RGB 133 188 239 -
CMYK 0.44 0.21 0 0.06
HSL 208.87º 0.77% 0.73% -
HSV(B) 208.87º 0.44% 0.94% -
XYZ 43.24 47.18 88.49 -
YUV 177.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 133 188 239 0.44 0.21 0 0.06 208.87 0.77 0.73
Hex 85 BC EF 2C 15 0 6 D1 4D 49
Octal 205 274 357 54 25 0 6 321 115 111
Binary 10000101 10111100 11101111 101100 10101 0 110 11010001 1001101 1001001

Color Harmonies of #85BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCEF

Black with #85BCEF

Text Example


Text Example

White with #85BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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