Html Css Color HEX #81ACE0 Jordy Blue

📋 copy color: '#81ACE0'

red 129 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #81ACE0

Tints of Jordy Blue #81ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.76%

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 24.57%
G = 32.76%
B = 42.67%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#81ACE0 (or 0x81ACE0) is known color: Jordy Blue. HEX triplet: 81, AC and E0. RGB value is (129,172,224). Sum of RGB (Red+Green+Blue) = 129+172+224=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #81ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACE0 is #7E531F. Grayscale: #A4A4A4. Windows color (decimal): -8278816 or 14724225. OLE color: 14724225.

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

Color convert

RGB 129 172 224 -
CMYK 0.42 0.23 0 0.12
HSL 212.84º 0.61% 0.69% -
HSV(B) 212.84º 0.42% 0.88% -
XYZ 37.26 39.55 76.19 -
YUV 165.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 129 172 224 0.42 0.23 0 0.12 212.84 0.61 0.69
Hex 81 AC E0 2A 17 0 C D5 3D 45
Octal 201 254 340 52 27 0 14 325 75 105
Binary 10000001 10101100 11100000 101010 10111 0 1100 11010101 111101 1000101

Color Harmonies of #81ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACE0

Black with #81ACE0

Text Example


Text Example

White with #81ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,172,224); }

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

background-color css

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

 a { background-color: rgb(129,172,224); }

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

border-color css

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

 span { border-color: rgb(129,172,224); }

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