#85B6DC

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

Shades of Jordy Blue #85B6DC

Tints of Jordy Blue #85B6DC

Color information

#85B6DC (or 0x85B6DC) is unknown color: approx Jordy Blue. HEX triplet: 85, B6 and DC. RGB value is (133,182,220). Sum of RGB (Red+Green+Blue) = 133+182+220=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B6DC is #7A4923. Grayscale: #ABABAB. Windows color (decimal): -8014116 or 14464645. OLE color: 14464645.

HSL color Cylindrical-coordinate representation of color #85B6DC: hue angle of 206.21º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B6DC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133182220-
CMYK0.400.1700.14
HSL206.21º55.41%69.22%-
HSV(B)206.21º39.55%86.27%-
XYZ39.3243.6174.06-
YUV171.68155.27100.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=24.86%
G=34.02%
B=41.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331822200.400.1700.14206.2155.4169.22
Hex85B6DC28110Ece3745
Octal205266334502101631667105
Binary1000010110110110110111001010001000101110110011101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,182,220); }

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

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

 a { background-color: rgb(133,182,220); }

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

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

 span { border-color: rgb(133,182,220); }

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