Html Css Color HEX #85ADDB Jordy Blue

📋 copy color: '#85ADDB'

red 133 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #85ADDB

Tints of Jordy Blue #85ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.95%

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

R = 25.33%
G = 32.95%
B = 41.71%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85ADDB (or 0x85ADDB) is known color: Jordy Blue. HEX triplet: 85, AD and DB. RGB value is (133,173,219). Sum of RGB (Red+Green+Blue) = 133+173+219=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #85ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADDB is #7A5224. Grayscale: #A6A6A6. Windows color (decimal): -8016421 or 14396805. OLE color: 14396805.

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

Color convert

RGB 133 173 219 -
CMYK 0.39 0.21 0 0.14
HSL 212.09º 0.54% 0.69% -
HSV(B) 212.09º 0.39% 0.86% -
XYZ 37.4 39.99 72.77 -
YUV 166.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 133 173 219 0.39 0.21 0 0.14 212.09 0.54 0.69
Hex 85 AD DB 27 15 0 E D4 36 45
Octal 205 255 333 47 25 0 16 324 66 105
Binary 10000101 10101101 11011011 100111 10101 0 1110 11010100 110110 1000101

Color Harmonies of #85ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADDB

Black with #85ADDB

Text Example


Text Example

White with #85ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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