Html Css Color HEX #85ABDB Jordy Blue

📋 copy color: '#85ABDB'

red 133 ◦ green 171 ◦ blue 219

#85ABDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #85ABDB

Tints of Jordy Blue #85ABDB

RGB

 RED value IS 133 (52.34% from 255) = 25.43%

 GREEN value IS 171 (67.19% from 255) = 32.7%

 BLUE value IS 219 (85.94% from 255) = 41.87%

R = 25.43%
G = 32.7%
B = 41.87%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85ABDB (or 0x85ABDB) is known color: Jordy Blue. HEX triplet: 85, AB and DB. RGB value is (133,171,219). Sum of RGB (Red+Green+Blue) = 133+171+219=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #85ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABDB is #7A5424. Grayscale: #A4A4A4. Windows color (decimal): -8016933 or 14396293. OLE color: 14396293.

HSL color Cylindrical-coordinate representation of color #85ABDB: hue angle of 213.49º 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 #85ABDB is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 171 219 -
CMYK 0.39 0.22 0 0.14
HSL 213.49º 0.54% 0.69% -
HSV(B) 213.49º 0.39% 0.86% -
XYZ 37.02 39.23 72.64 -
YUV 165.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 133 171 219 0.39 0.22 0 0.14 213.49 0.54 0.69
Hex 85 AB DB 27 16 0 E D5 36 45
Octal 205 253 333 47 26 0 16 325 66 105
Binary 10000101 10101011 11011011 100111 10110 0 1110 11010101 110110 1000101

Color Harmonies of #85ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABDB

Black with #85ABDB

Text Example


Text Example

White with #85ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85ABDB;
 }
 .AnyTagClassName
 {
   color: #85ABDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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