Html Css Color HEX #81A0DF Jordy Blue

📋 copy color: '#81A0DF'

red 129 ◦ green 160 ◦ blue 223

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

Shades of Jordy Blue #81A0DF

Tints of Jordy Blue #81A0DF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.25%

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

R = 25.2%
G = 31.25%
B = 43.55%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81A0DF (or 0x81A0DF) is known color: Jordy Blue. HEX triplet: 81, A0 and DF. RGB value is (129,160,223). Sum of RGB (Red+Green+Blue) = 129+160+223=512 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.20% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0DF is #7E5F20. Grayscale: #9D9D9D. Windows color (decimal): -8281889 or 14655617. OLE color: 14655617.

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

Color convert

RGB 129 160 223 -
CMYK 0.42 0.28 0 0.13
HSL 220.21º 0.59% 0.69% -
HSV(B) 220.21º 0.42% 0.87% -
XYZ 34.94 35.14 74.75 -
YUV 157.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 129 160 223 0.42 0.28 0 0.13 220.21 0.59 0.69
Hex 81 A0 DF 2A 1C 0 D DC 3B 45
Octal 201 240 337 52 34 0 15 334 73 105
Binary 10000001 10100000 11011111 101010 11100 0 1101 11011100 111011 1000101

Color Harmonies of #81A0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A0DF

Black with #81A0DF

Text Example


Text Example

White with #81A0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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