Html Css Color HEX #85AEDB Jordy Blue

📋 copy color: '#85AEDB'

red 133 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #85AEDB

Tints of Jordy Blue #85AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.08%

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

R = 25.29%
G = 33.08%
B = 41.63%

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

#85AEDB (or 0x85AEDB) is known color: Jordy Blue. HEX triplet: 85, AE and DB. RGB value is (133,174,219). Sum of RGB (Red+Green+Blue) = 133+174+219=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #85AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEDB is #7A5124. Grayscale: #A6A6A6. Windows color (decimal): -8016165 or 14397061. OLE color: 14397061.

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

Color convert

RGB 133 174 219 -
CMYK 0.39 0.21 0 0.14
HSL 211.4º 0.54% 0.69% -
HSV(B) 211.4º 0.39% 0.86% -
XYZ 37.6 40.37 72.83 -
YUV 166.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 133 174 219 0.39 0.21 0 0.14 211.4 0.54 0.69
Hex 85 AE DB 27 15 0 E D3 36 45
Octal 205 256 333 47 25 0 16 323 66 105
Binary 10000101 10101110 11011011 100111 10101 0 1110 11010011 110110 1000101

Color Harmonies of #85AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEDB

Black with #85AEDB

Text Example


Text Example

White with #85AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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