#85BEFC

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

Shades of Light Sky Blue #85BEFC

Tints of Light Sky Blue #85BEFC

Color information

#85BEFC (or 0x85BEFC) is unknown color: approx Light Sky Blue. HEX triplet: 85, BE and FC. RGB value is (133,190,252). Sum of RGB (Red+Green+Blue) = 133+190+252=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #85BEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BEFC is #7A4103. Grayscale: #B3B3B3. Windows color (decimal): -8012036 or 16563845. OLE color: 16563845.

HSL color Cylindrical-coordinate representation of color #85BEFC: hue angle of 211.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85BEFC is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133190252-
CMYK0.470.2500.01
HSL211.26º95.2%75.49%-
HSV(B)211.26º47.22%98.82%-
XYZ45.6648.8499.12-
YUV180.02168.6294.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.13%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=23.13%
G=33.04%
B=43.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331902520.470.2500.01211.2695.275.49
Hex85BEFC2F1901d35f4b
Octal205276374573101323137113
Binary10000101101111101111110010111111001011101001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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