#85B1F3

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

Shades of Jordy Blue #85B1F3

Tints of Jordy Blue #85B1F3

Color information

#85B1F3 (or 0x85B1F3) is unknown color: approx Jordy Blue. HEX triplet: 85, B1 and F3. RGB value is (133,177,243). Sum of RGB (Red+Green+Blue) = 133+177+243=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #85B1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85B1F3 is #7A4E0C. Grayscale: #ABABAB. Windows color (decimal): -8015373 or 15970693. OLE color: 15970693.

HSL color Cylindrical-coordinate representation of color #85B1F3: hue angle of 216º 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 #85B1F3 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133177243-
CMYK0.450.2700.05
HSL216º82.09%73.73%-
HSV(B)216º45.27%95.29%-
XYZ41.5742.990.88-
YUV171.37168.42100.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.05%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 243 (95.31% from 255) = 43.94%
R=24.05%
G=32.01%
B=43.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1331772430.450.2700.0521682.0973.73
Hex85B1F32D1B05d8524a
Octal205261363553305330122112
Binary1000010110110001111100111011011101101011101100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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