#85BEEB

Color #85BEEB Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #85BEEB

Tints of Sky Blue #85BEEB

Color information

#85BEEB (or 0x85BEEB) is unknown color: approx Sky Blue. HEX triplet: 85, BE and EB. RGB value is (133,190,235). Sum of RGB (Red+Green+Blue) = 133+190+235=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #85BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BEEB is #7A4114. Grayscale: #B1B1B1. Windows color (decimal): -8012053 or 15449733. OLE color: 15449733.

HSL color Cylindrical-coordinate representation of color #85BEEB: hue angle of 206.47º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85BEEB is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133190235-
CMYK0.430.1900.08
HSL206.47º71.83%72.16%-
HSV(B)206.47º43.4%92.16%-
XYZ43.0847.8185.56-
YUV178.09160.1295.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.84%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 235 (92.19% from 255) = 42.11%
R=23.84%
G=34.05%
B=42.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331902350.430.1900.08206.4771.8372.16
Hex85BEEB2B1308ce4848
Octal2052763535323010316110110
Binary10000101101111101110101110101110011010001100111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85BEEB;
 }
 .AnyTagClassName
 {
   color: #85BEEB;
 }
</style>
background-color css

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

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

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

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

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

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