Html Css Color HEX #85AEDE Jordy Blue

📋 copy color: '#85AEDE'

red 133 ◦ green 174 ◦ blue 222

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

Shades of Jordy Blue #85AEDE

Tints of Jordy Blue #85AEDE

RGB

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

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

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

R = 25.14%
G = 32.89%
B = 41.97%

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

#85AEDE (or 0x85AEDE) is known color: Jordy Blue. HEX triplet: 85, AE and DE. RGB value is (133,174,222). Sum of RGB (Red+Green+Blue) = 133+174+222=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #85AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEDE is #7A5121. Grayscale: #A6A6A6. Windows color (decimal): -8016162 or 14593669. OLE color: 14593669.

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

Color convert

RGB 133 174 222 -
CMYK 0.40 0.22 0 0.13
HSL 212.36º 0.57% 0.7% -
HSV(B) 212.36º 0.4% 0.87% -
XYZ 37.99 40.53 74.93 -
YUV 167.21 158.92 103.6 -
System Red Green Blue C M Y K H S L
Decimal 133 174 222 0.40 0.22 0 0.13 212.36 0.57 0.7
Hex 85 AE DE 28 16 0 D D4 39 46
Octal 205 256 336 50 26 0 15 324 71 106
Binary 10000101 10101110 11011110 101000 10110 0 1101 11010100 111001 1000110

Color Harmonies of #85AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEDE

Black with #85AEDE

Text Example


Text Example

White with #85AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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