Html Css Color HEX #81ADE1 Jordy Blue

📋 copy color: '#81ADE1'

red 129 ◦ green 173 ◦ blue 225

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

Shades of Jordy Blue #81ADE1

Tints of Jordy Blue #81ADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.83%

 BLUE value IS 225 (88.28% from 255) = 42.69%

R = 24.48%
G = 32.83%
B = 42.69%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#81ADE1 (or 0x81ADE1) is known color: Jordy Blue. HEX triplet: 81, AD and E1. RGB value is (129,173,225). Sum of RGB (Red+Green+Blue) = 129+173+225=527 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.48% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #81ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADE1 is #7E521E. Grayscale: #A5A5A5. Windows color (decimal): -8278559 or 14790017. OLE color: 14790017.

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

Color convert

RGB 129 173 225 -
CMYK 0.43 0.23 0 0.12
HSL 212.5º 0.62% 0.69% -
HSV(B) 212.5º 0.43% 0.88% -
XYZ 37.59 39.99 76.97 -
YUV 165.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 129 173 225 0.43 0.23 0 0.12 212.5 0.62 0.69
Hex 81 AD E1 2B 17 0 C D4 3E 45
Octal 201 255 341 53 27 0 14 324 76 105
Binary 10000001 10101101 11100001 101011 10111 0 1100 11010100 111110 1000101

Color Harmonies of #81ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADE1

Black with #81ADE1

Text Example


Text Example

White with #81ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,225); }

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

background-color css

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

 a { background-color: rgb(129,173,225); }

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

border-color css

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

 span { border-color: rgb(129,173,225); }

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