#85BEFF

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

Shades of Light Sky Blue #85BEFF

Tints of Light Sky Blue #85BEFF

Color information

#85BEFF (or 0x85BEFF) is unknown color: approx Light Sky Blue. HEX triplet: 85, BE and FF. RGB value is (133,190,255). Sum of RGB (Red+Green+Blue) = 133+190+255=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #85BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BEFF is #7A4100. Grayscale: #B4B4B4. Windows color (decimal): -8012033 or 16760453. OLE color: 16760453.

HSL color Cylindrical-coordinate representation of color #85BEFF: hue angle of 211.97º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85BEFF is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133190255-
CMYK0.480.2500
HSL211.97º100%76.08%-
HSV(B)211.97º47.84%100%-
XYZ46.1449.03101.64-
YUV180.37170.1294.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.01%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 255 (100% from 255) = 44.12%
R=23.01%
G=32.87%
B=44.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331902550.480.2500211.9710076.08
Hex85BEFF301900d4644c
Octal205276377603100324144114
Binary10000101101111101111111111000011001001101010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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