Html Css Color HEX #85ADDD Jordy Blue

📋 copy color: '#85ADDD'

red 133 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #85ADDD

Tints of Jordy Blue #85ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 25.24%
G = 32.83%
B = 41.94%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#85ADDD (or 0x85ADDD) is known color: Jordy Blue. HEX triplet: 85, AD and DD. RGB value is (133,173,221). Sum of RGB (Red+Green+Blue) = 133+173+221=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #85ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADDD is #7A5222. Grayscale: #A6A6A6. Windows color (decimal): -8016419 or 14527877. OLE color: 14527877.

HSL color Cylindrical-coordinate representation of color #85ADDD: hue angle of 212.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85ADDD is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 173 221 -
CMYK 0.40 0.22 0 0.13
HSL 212.73º 0.56% 0.69% -
HSV(B) 212.73º 0.4% 0.87% -
XYZ 37.67 40.09 74.16 -
YUV 166.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 133 173 221 0.40 0.22 0 0.13 212.73 0.56 0.69
Hex 85 AD DD 28 16 0 D D5 38 45
Octal 205 255 335 50 26 0 15 325 70 105
Binary 10000101 10101101 11011101 101000 10110 0 1101 11010101 111000 1000101

Color Harmonies of #85ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADDD

Black with #85ADDD

Text Example


Text Example

White with #85ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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