Html Css Color HEX #85ADDE Jordy Blue

📋 copy color: '#85ADDE'

red 133 ◦ green 173 ◦ blue 222

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

Shades of Jordy Blue #85ADDE

Tints of Jordy Blue #85ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 25.19%
G = 32.77%
B = 42.05%

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

#85ADDE (or 0x85ADDE) is known color: Jordy Blue. HEX triplet: 85, AD and DE. RGB value is (133,173,222). Sum of RGB (Red+Green+Blue) = 133+173+222=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #85ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADDE is #7A5221. Grayscale: #A6A6A6. Windows color (decimal): -8016418 or 14593413. OLE color: 14593413.

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

Color convert

RGB 133 173 222 -
CMYK 0.40 0.22 0 0.13
HSL 213.03º 0.57% 0.7% -
HSV(B) 213.03º 0.4% 0.87% -
XYZ 37.8 40.15 74.86 -
YUV 166.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 133 173 222 0.40 0.22 0 0.13 213.03 0.57 0.7
Hex 85 AD DE 28 16 0 D D5 39 46
Octal 205 255 336 50 26 0 15 325 71 106
Binary 10000101 10101101 11011110 101000 10110 0 1101 11010101 111001 1000110

Color Harmonies of #85ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ADDE

Black with #85ADDE

Text Example


Text Example

White with #85ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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