Html Css Color HEX #81AEE0 Jordy Blue

📋 copy color: '#81AEE0'

red 129 ◦ green 174 ◦ blue 224

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

Shades of Jordy Blue #81AEE0

Tints of Jordy Blue #81AEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 24.48%
G = 33.02%
B = 42.5%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#81AEE0 (or 0x81AEE0) is known color: Jordy Blue. HEX triplet: 81, AE and E0. RGB value is (129,174,224). Sum of RGB (Red+Green+Blue) = 129+174+224=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #81AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEE0 is #7E511F. Grayscale: #A6A6A6. Windows color (decimal): -8278304 or 14724737. OLE color: 14724737.

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

Color convert

RGB 129 174 224 -
CMYK 0.42 0.22 0 0.12
HSL 211.58º 0.61% 0.69% -
HSV(B) 211.58º 0.42% 0.88% -
XYZ 37.64 40.32 76.32 -
YUV 166.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 129 174 224 0.42 0.22 0 0.12 211.58 0.61 0.69
Hex 81 AE E0 2A 16 0 C D4 3D 45
Octal 201 256 340 52 26 0 14 324 75 105
Binary 10000001 10101110 11100000 101010 10110 0 1100 11010100 111101 1000101

Color Harmonies of #81AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEE0

Black with #81AEE0

Text Example


Text Example

White with #81AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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