#85BFFD

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

Shades of Light Sky Blue #85BFFD

Tints of Light Sky Blue #85BFFD

Color information

#85BFFD (or 0x85BFFD) is unknown color: approx Light Sky Blue. HEX triplet: 85, BF and FD. RGB value is (133,191,253). Sum of RGB (Red+Green+Blue) = 133+191+253=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #85BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFFD is #7A4002. Grayscale: #B4B4B4. Windows color (decimal): -8011779 or 16629637. OLE color: 16629637.

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

Color convert

RGB133191253-
CMYK0.470.2500.01
HSL211º96.77%75.69%-
HSV(B)211º47.43%99.22%-
XYZ46.0349.34100.03-
YUV180.73168.7893.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.05%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=23.05%
G=33.10%
B=43.85%

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
Decimal1331912530.470.2500.0121196.7775.69
Hex85BFFD2F1901d3614c
Octal205277375573101323141114
Binary10000101101111111111110110111111001011101001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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