#85AAFE

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

Shades of Jordy Blue #85AAFE

Tints of Jordy Blue #85AAFE

Color information

#85AAFE (or 0x85AAFE) is unknown color: approx Jordy Blue. HEX triplet: 85, AA and FE. RGB value is (133,170,254). Sum of RGB (Red+Green+Blue) = 133+170+254=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #85AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AAFE is #7A5501. Grayscale: #A8A8A8. Windows color (decimal): -8017154 or 16689797. OLE color: 16689797.

HSL color Cylindrical-coordinate representation of color #85AAFE: hue angle of 221.65º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85AAFE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB133170254-
CMYK0.480.3300.00
HSL221.65º98.37%75.88%-
HSV(B)221.65º47.64%99.61%-
XYZ41.9440.8999.45-
YUV168.51176.24102.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 254 (99.61% from 255) = 45.60%
R=23.88%
G=30.52%
B=45.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331702540.480.3300.00221.6598.3775.88
Hex85AAFE302100de624c
Octal205252376604100336142114
Binary100001011010101011111110110000100001001101111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,170,254); }

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

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

 a { background-color: rgb(133,170,254); }

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

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

 span { border-color: rgb(133,170,254); }

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