Html Css Color HEX #81AEDD Jordy Blue

📋 copy color: '#81AEDD'

red 129 ◦ green 174 ◦ blue 221

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

Shades of Jordy Blue #81AEDD

Tints of Jordy Blue #81AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 24.62%
G = 33.21%
B = 42.18%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81AEDD (or 0x81AEDD) is known color: Jordy Blue. HEX triplet: 81, AE and DD. RGB value is (129,174,221). Sum of RGB (Red+Green+Blue) = 129+174+221=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #81AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDD is #7E5122. Grayscale: #A5A5A5. Windows color (decimal): -8278307 or 14528129. OLE color: 14528129.

HSL color Cylindrical-coordinate representation of color #81AEDD: hue angle of 210.65º degrees, saturation: 0.57, 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 #81AEDD is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 174 221 -
CMYK 0.42 0.21 0 0.13
HSL 210.65º 0.58% 0.69% -
HSV(B) 210.65º 0.42% 0.87% -
XYZ 37.24 40.16 74.2 -
YUV 165.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 129 174 221 0.42 0.21 0 0.13 210.65 0.58 0.69
Hex 81 AE DD 2A 15 0 D D3 3A 45
Octal 201 256 335 52 25 0 15 323 72 105
Binary 10000001 10101110 11011101 101010 10101 0 1101 11010011 111010 1000101

Color Harmonies of #81AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEDD

Black with #81AEDD

Text Example


Text Example

White with #81AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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