Html Css Color HEX #81AEDB Jordy Blue

📋 copy color: '#81AEDB'

red 129 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #81AEDB

Tints of Jordy Blue #81AEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.95%

R = 24.71%
G = 33.33%
B = 41.95%

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

#81AEDB (or 0x81AEDB) is known color: Jordy Blue. HEX triplet: 81, AE and DB. RGB value is (129,174,219). Sum of RGB (Red+Green+Blue) = 129+174+219=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #81AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AEDB is #7E5124. Grayscale: #A5A5A5. Windows color (decimal): -8278309 or 14397057. OLE color: 14397057.

HSL color Cylindrical-coordinate representation of color #81AEDB: hue angle of 210º degrees, saturation: 0.56, 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 #81AEDB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 174 219 -
CMYK 0.41 0.21 0 0.14
HSL 210º 0.56% 0.68% -
HSV(B) 210º 0.41% 0.86% -
XYZ 36.98 40.05 72.8 -
YUV 165.68 158.09 101.84 -
System Red Green Blue C M Y K H S L
Decimal 129 174 219 0.41 0.21 0 0.14 210 0.56 0.68
Hex 81 AE DB 29 15 0 E D2 38 44
Octal 201 256 333 51 25 0 16 322 70 104
Binary 10000001 10101110 11011011 101001 10101 0 1110 11010010 111000 1000100

Color Harmonies of #81AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AEDB

Black with #81AEDB

Text Example


Text Example

White with #81AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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