Html Css Color HEX #81AEDE Jordy Blue

📋 copy color: '#81AEDE'

red 129 ◦ green 174 ◦ blue 222

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

Shades of Jordy Blue #81AEDE

Tints of Jordy Blue #81AEDE

RGB

 RED value IS 129 (50.78% from 255) = 24.57%

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

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

R = 24.57%
G = 33.14%
B = 42.29%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81AEDE (or 0x81AEDE) is known color: Jordy Blue. HEX triplet: 81, AE and DE. RGB value is (129,174,222). Sum of RGB (Red+Green+Blue) = 129+174+222=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #81AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDE is #7E5121. Grayscale: #A5A5A5. Windows color (decimal): -8278306 or 14593665. OLE color: 14593665.

HSL color Cylindrical-coordinate representation of color #81AEDE: hue angle of 210.97º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81AEDE is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 174 222 -
CMYK 0.42 0.22 0 0.13
HSL 210.97º 0.58% 0.69% -
HSV(B) 210.97º 0.42% 0.87% -
XYZ 37.37 40.21 74.9 -
YUV 166.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 129 174 222 0.42 0.22 0 0.13 210.97 0.58 0.69
Hex 81 AE DE 2A 16 0 D D3 3A 45
Octal 201 256 336 52 26 0 15 323 72 105
Binary 10000001 10101110 11011110 101010 10110 0 1101 11010011 111010 1000101

Color Harmonies of #81AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEDE

Black with #81AEDE

Text Example


Text Example

White with #81AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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