Html Css Color HEX #85ACDD Jordy Blue

📋 copy color: '#85ACDD'

red 133 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #85ACDD

Tints of Jordy Blue #85ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.7%

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

R = 25.29%
G = 32.7%
B = 42.02%

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

#85ACDD (or 0x85ACDD) is known color: Jordy Blue. HEX triplet: 85, AC and DD. RGB value is (133,172,221). Sum of RGB (Red+Green+Blue) = 133+172+221=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #85ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACDD is #7A5322. Grayscale: #A5A5A5. Windows color (decimal): -8016675 or 14527621. OLE color: 14527621.

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

Color convert

RGB 133 172 221 -
CMYK 0.40 0.22 0 0.13
HSL 213.41º 0.56% 0.69% -
HSV(B) 213.41º 0.4% 0.87% -
XYZ 37.48 39.71 74.1 -
YUV 165.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 133 172 221 0.40 0.22 0 0.13 213.41 0.56 0.69
Hex 85 AC DD 28 16 0 D D5 38 45
Octal 205 254 335 50 26 0 15 325 70 105
Binary 10000101 10101100 11011101 101000 10110 0 1101 11010101 111000 1000101

Color Harmonies of #85ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACDD

Black with #85ACDD

Text Example


Text Example

White with #85ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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