Html Css Color HEX #85AEDF Jordy Blue

📋 copy color: '#85AEDF'

red 133 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #85AEDF

Tints of Jordy Blue #85AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 25.09%
G = 32.83%
B = 42.08%

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

#85AEDF (or 0x85AEDF) is known color: Jordy Blue. HEX triplet: 85, AE and DF. RGB value is (133,174,223). Sum of RGB (Red+Green+Blue) = 133+174+223=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #85AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEDF is #7A5120. Grayscale: #A7A7A7. Windows color (decimal): -8016161 or 14659205. OLE color: 14659205.

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

Color convert

RGB 133 174 223 -
CMYK 0.40 0.22 0 0.13
HSL 212.67º 0.58% 0.7% -
HSV(B) 212.67º 0.4% 0.87% -
XYZ 38.13 40.59 75.64 -
YUV 167.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 133 174 223 0.40 0.22 0 0.13 212.67 0.58 0.7
Hex 85 AE DF 28 16 0 D D5 3A 46
Octal 205 256 337 50 26 0 15 325 72 106
Binary 10000101 10101110 11011111 101000 10110 0 1101 11010101 111010 1000110

Color Harmonies of #85AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEDF

Black with #85AEDF

Text Example


Text Example

White with #85AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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