Html Css Color HEX #81AEDF Jordy Blue

📋 copy color: '#81AEDF'

red 129 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #81AEDF

Tints of Jordy Blue #81AEDF

RGB

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

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

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

R = 24.52%
G = 33.08%
B = 42.4%

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

#81AEDF (or 0x81AEDF) is known color: Jordy Blue. HEX triplet: 81, AE and DF. RGB value is (129,174,223). Sum of RGB (Red+Green+Blue) = 129+174+223=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #81AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDF is #7E5120. Grayscale: #A5A5A5. Windows color (decimal): -8278305 or 14659201. OLE color: 14659201.

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

Color convert

RGB 129 174 223 -
CMYK 0.42 0.22 0 0.13
HSL 211.28º 0.59% 0.69% -
HSV(B) 211.28º 0.42% 0.87% -
XYZ 37.51 40.27 75.61 -
YUV 166.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 129 174 223 0.42 0.22 0 0.13 211.28 0.59 0.69
Hex 81 AE DF 2A 16 0 D D3 3B 45
Octal 201 256 337 52 26 0 15 323 73 105
Binary 10000001 10101110 11011111 101010 10110 0 1101 11010011 111011 1000101

Color Harmonies of #81AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEDF

Black with #81AEDF

Text Example


Text Example

White with #81AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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