Html Css Color HEX #85ADDC Jordy Blue

📋 copy color: '#85ADDC'

red 133 ◦ green 173 ◦ blue 220

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

Shades of Jordy Blue #85ADDC

Tints of Jordy Blue #85ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 25.29%
G = 32.89%
B = 41.83%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#85ADDC (or 0x85ADDC) is known color: Jordy Blue. HEX triplet: 85, AD and DC. RGB value is (133,173,220). Sum of RGB (Red+Green+Blue) = 133+173+220=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #85ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADDC is #7A5223. Grayscale: #A6A6A6. Windows color (decimal): -8016420 or 14462341. OLE color: 14462341.

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

Color convert

RGB 133 173 220 -
CMYK 0.40 0.21 0 0.14
HSL 212.41º 0.55% 0.69% -
HSV(B) 212.41º 0.4% 0.86% -
XYZ 37.53 40.04 73.46 -
YUV 166.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 133 173 220 0.40 0.21 0 0.14 212.41 0.55 0.69
Hex 85 AD DC 28 15 0 E D4 37 45
Octal 205 255 334 50 25 0 16 324 67 105
Binary 10000101 10101101 11011100 101000 10101 0 1110 11010100 110111 1000101

Color Harmonies of #85ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADDC

Black with #85ADDC

Text Example


Text Example

White with #85ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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