#85AFDB

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

Shades of Jordy Blue #85AFDB

Tints of Jordy Blue #85AFDB

Color information

#85AFDB (or 0x85AFDB) is unknown color: approx Jordy Blue. HEX triplet: 85, AF and DB. RGB value is (133,175,219). Sum of RGB (Red+Green+Blue) = 133+175+219=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #85AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFDB is #7A5024. Grayscale: #A7A7A7. Windows color (decimal): -8015909 or 14397317. OLE color: 14397317.

HSL color Cylindrical-coordinate representation of color #85AFDB: hue angle of 210.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85AFDB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133175219-
CMYK0.390.2000.14
HSL210.7º54.43%69.02%-
HSV(B)210.7º39.27%85.88%-
XYZ37.7940.7672.89-
YUV167.46157.09103.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=25.24%
G=33.21%
B=41.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331752190.390.2000.14210.754.4369.02
Hex85AFDB27140Ed33645
Octal205257333472401632366105
Binary1000010110101111110110111001111010001110110100111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,219); }

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

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

 a { background-color: rgb(133,175,219); }

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

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

 span { border-color: rgb(133,175,219); }

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