Html Css Color HEX #81A5DF Jordy Blue

📋 copy color: '#81A5DF'

red 129 ◦ green 165 ◦ blue 223

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

Shades of Jordy Blue #81A5DF

Tints of Jordy Blue #81A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.91%

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

R = 24.95%
G = 31.91%
B = 43.13%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81A5DF (or 0x81A5DF) is known color: Jordy Blue. HEX triplet: 81, A5 and DF. RGB value is (129,165,223). Sum of RGB (Red+Green+Blue) = 129+165+223=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #81A5DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A5DF is #7E5A20. Grayscale: #A0A0A0. Windows color (decimal): -8280609 or 14656897. OLE color: 14656897.

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

Color convert

RGB 129 165 223 -
CMYK 0.42 0.26 0 0.13
HSL 217.02º 0.59% 0.69% -
HSV(B) 217.02º 0.42% 0.87% -
XYZ 35.83 36.91 75.05 -
YUV 160.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 129 165 223 0.42 0.26 0 0.13 217.02 0.59 0.69
Hex 81 A5 DF 2A 1A 0 D D9 3B 45
Octal 201 245 337 52 32 0 15 331 73 105
Binary 10000001 10100101 11011111 101010 11010 0 1101 11011001 111011 1000101

Color Harmonies of #81A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A5DF

Black with #81A5DF

Text Example


Text Example

White with #81A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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