#85BFEF

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

Shades of Light Sky Blue #85BFEF

Tints of Light Sky Blue #85BFEF

Color information

#85BFEF (or 0x85BFEF) is unknown color: approx Light Sky Blue. HEX triplet: 85, BF and EF. RGB value is (133,191,239). Sum of RGB (Red+Green+Blue) = 133+191+239=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #85BFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85BFEF is #7A4010. Grayscale: #B2B2B2. Windows color (decimal): -8011793 or 15712133. OLE color: 15712133.

HSL color Cylindrical-coordinate representation of color #85BFEF: hue angle of 207.17º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85BFEF is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133191239-
CMYK0.440.2000.06
HSL207.17º76.81%72.94%-
HSV(B)207.17º44.35%93.73%-
XYZ43.8848.4888.71-
YUV179.13161.7895.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.62%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=23.62%
G=33.93%
B=42.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331912390.440.2000.06207.1776.8172.94
Hex85BFEF2C1406cf4d49
Octal205277357542406317115111
Binary1000010110111111111011111011001010001101100111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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