Html Css Color HEX #85BEF0 Light Sky Blue

📋 copy color: '#85BEF0'

red 133 ◦ green 190 ◦ blue 240

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

Shades of Light Sky Blue #85BEF0

Tints of Light Sky Blue #85BEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.75%

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 23.62%
G = 33.75%
B = 42.63%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#85BEF0 (or 0x85BEF0) is known color: Light Sky Blue. HEX triplet: 85, BE and F0. RGB value is (133,190,240). Sum of RGB (Red+Green+Blue) = 133+190+240=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #85BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BEF0 is #7A410F. Grayscale: #B2B2B2. Windows color (decimal): -8012048 or 15777413. OLE color: 15777413.

HSL color Cylindrical-coordinate representation of color #85BEF0: hue angle of 208.04º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BEF0 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 190 240 -
CMYK 0.45 0.21 0 0.06
HSL 208.04º 0.78% 0.73% -
HSV(B) 208.04º 0.45% 0.94% -
XYZ 43.81 48.1 89.41 -
YUV 178.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 133 190 240 0.45 0.21 0 0.06 208.04 0.78 0.73
Hex 85 BE F0 2D 15 0 6 D0 4E 49
Octal 205 276 360 55 25 0 6 320 116 111
Binary 10000101 10111110 11110000 101101 10101 0 110 11010000 1001110 1001001

Color Harmonies of #85BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEF0

Black with #85BEF0

Text Example


Text Example

White with #85BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,190,240); }

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

background-color css

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

 a { background-color: rgb(133,190,240); }

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

border-color css

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

 span { border-color: rgb(133,190,240); }

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