Html Css Color HEX #81AEDC Jordy Blue

📋 copy color: '#81AEDC'

red 129 ◦ green 174 ◦ blue 220

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

Shades of Jordy Blue #81AEDC

Tints of Jordy Blue #81AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 24.67%
G = 33.27%
B = 42.07%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81AEDC (or 0x81AEDC) is known color: Jordy Blue. HEX triplet: 81, AE and DC. RGB value is (129,174,220). Sum of RGB (Red+Green+Blue) = 129+174+220=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #81AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDC is #7E5123. Grayscale: #A5A5A5. Windows color (decimal): -8278308 or 14462593. OLE color: 14462593.

HSL color Cylindrical-coordinate representation of color #81AEDC: hue angle of 210.33º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AEDC is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 174 220 -
CMYK 0.41 0.21 0 0.14
HSL 210.33º 0.57% 0.68% -
HSV(B) 210.33º 0.41% 0.86% -
XYZ 37.11 40.11 73.5 -
YUV 165.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 129 174 220 0.41 0.21 0 0.14 210.33 0.57 0.68
Hex 81 AE DC 29 15 0 E D2 39 44
Octal 201 256 334 51 25 0 16 322 71 104
Binary 10000001 10101110 11011100 101001 10101 0 1110 11010010 111001 1000100

Color Harmonies of #81AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEDC

Black with #81AEDC

Text Example


Text Example

White with #81AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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