#85BFF3

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

Shades of Light Sky Blue #85BFF3

Tints of Light Sky Blue #85BFF3

Color information

#85BFF3 (or 0x85BFF3) is unknown color: approx Light Sky Blue. HEX triplet: 85, BF and F3. RGB value is (133,191,243). Sum of RGB (Red+Green+Blue) = 133+191+243=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #85BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFF3 is #7A400C. Grayscale: #B3B3B3. Windows color (decimal): -8011789 or 15974277. OLE color: 15974277.

HSL color Cylindrical-coordinate representation of color #85BFF3: hue angle of 208.36º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85BFF3 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133191243-
CMYK0.450.2100.05
HSL208.36º82.09%73.73%-
HSV(B)208.36º45.27%95.29%-
XYZ44.4848.7291.85-
YUV179.59163.7894.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.46%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=23.46%
G=33.69%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1331912430.450.2100.05208.3682.0973.73
Hex85BFF32D1505d0524a
Octal205277363552505320122112
Binary1000010110111111111100111011011010101011101000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,191,243); }

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

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

 a { background-color: rgb(133,191,243); }

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

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

 span { border-color: rgb(133,191,243); }

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