Html Css Color HEX #81ACDF Jordy Blue

📋 copy color: '#81ACDF'

red 129 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #81ACDF

Tints of Jordy Blue #81ACDF

RGB

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

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

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

R = 24.62%
G = 32.82%
B = 42.56%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81ACDF (or 0x81ACDF) is known color: Jordy Blue. HEX triplet: 81, AC and DF. RGB value is (129,172,223). Sum of RGB (Red+Green+Blue) = 129+172+223=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #81ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACDF is #7E5320. Grayscale: #A4A4A4. Windows color (decimal): -8278817 or 14658689. OLE color: 14658689.

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

Color convert

RGB 129 172 223 -
CMYK 0.42 0.23 0 0.13
HSL 212.55º 0.59% 0.69% -
HSV(B) 212.55º 0.42% 0.87% -
XYZ 37.13 39.5 75.48 -
YUV 164.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 129 172 223 0.42 0.23 0 0.13 212.55 0.59 0.69
Hex 81 AC DF 2A 17 0 D D5 3B 45
Octal 201 254 337 52 27 0 15 325 73 105
Binary 10000001 10101100 11011111 101010 10111 0 1101 11010101 111011 1000101

Color Harmonies of #81ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACDF

Black with #81ACDF

Text Example


Text Example

White with #81ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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