#85ABFF

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

Shades of Jordy Blue #85ABFF

Tints of Jordy Blue #85ABFF

Color information

#85ABFF (or 0x85ABFF) is unknown color: approx Jordy Blue. HEX triplet: 85, AB and FF. RGB value is (133,171,255). Sum of RGB (Red+Green+Blue) = 133+171+255=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #85ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85ABFF is #7A5400. Grayscale: #A8A8A8. Windows color (decimal): -8016897 or 16755589. OLE color: 16755589.

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

Color convert

RGB133171255-
CMYK0.480.3300
HSL221.31º100%76.08%-
HSV(B)221.31º47.84%100%-
XYZ42.2941.33100.36-
YUV169.21176.41102.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 255 (100% from 255) = 45.62%
R=23.79%
G=30.59%
B=45.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331712550.480.3300221.3110076.08
Hex85ABFF302100dd644c
Octal205253377604100335144114
Binary100001011010101111111111110000100001001101110111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,255); }

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

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

 a { background-color: rgb(133,171,255); }

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

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

 span { border-color: rgb(133,171,255); }

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