Html Css Color HEX #81ACDA Jordy Blue

📋 copy color: '#81ACDA'

red 129 ◦ green 172 ◦ blue 218

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

Shades of Jordy Blue #81ACDA

Tints of Jordy Blue #81ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 24.86%
G = 33.14%
B = 42%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81ACDA (or 0x81ACDA) is known color: Jordy Blue. HEX triplet: 81, AC and DA. RGB value is (129,172,218). Sum of RGB (Red+Green+Blue) = 129+172+218=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #81ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACDA is #7E5325. Grayscale: #A4A4A4. Windows color (decimal): -8278822 or 14331009. OLE color: 14331009.

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

Color convert

RGB 129 172 218 -
CMYK 0.41 0.21 0 0.15
HSL 211.01º 0.55% 0.68% -
HSV(B) 211.01º 0.41% 0.85% -
XYZ 36.46 39.23 71.98 -
YUV 164.39 158.25 102.76 -
System Red Green Blue C M Y K H S L
Decimal 129 172 218 0.41 0.21 0 0.15 211.01 0.55 0.68
Hex 81 AC DA 29 15 0 F D3 37 44
Octal 201 254 332 51 25 0 17 323 67 104
Binary 10000001 10101100 11011010 101001 10101 0 1111 11010011 110111 1000100

Color Harmonies of #81ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACDA

Black with #81ACDA

Text Example


Text Example

White with #81ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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