Html Css Color HEX #81A3DD Jordy Blue

📋 copy color: '#81A3DD'

red 129 ◦ green 163 ◦ blue 221

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

Shades of Jordy Blue #81A3DD

Tints of Jordy Blue #81A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.77%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 25.15%
G = 31.77%
B = 43.08%

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

#81A3DD (or 0x81A3DD) is known color: Jordy Blue. HEX triplet: 81, A3 and DD. RGB value is (129,163,221). Sum of RGB (Red+Green+Blue) = 129+163+221=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #81A3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3DD is #7E5C22. Grayscale: #9F9F9F. Windows color (decimal): -8281123 or 14525313. OLE color: 14525313.

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

Color convert

RGB 129 163 221 -
CMYK 0.42 0.26 0 0.13
HSL 217.83º 0.58% 0.69% -
HSV(B) 217.83º 0.42% 0.87% -
XYZ 35.2 36.08 73.52 -
YUV 159.45 162.74 106.28 -
System Red Green Blue C M Y K H S L
Decimal 129 163 221 0.42 0.26 0 0.13 217.83 0.58 0.69
Hex 81 A3 DD 2A 1A 0 D DA 3A 45
Octal 201 243 335 52 32 0 15 332 72 105
Binary 10000001 10100011 11011101 101010 11010 0 1101 11011010 111010 1000101

Color Harmonies of #81A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A3DD

Black with #81A3DD

Text Example


Text Example

White with #81A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,163,221); }

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

background-color css

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

 a { background-color: rgb(129,163,221); }

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

border-color css

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

 span { border-color: rgb(129,163,221); }

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