Html Css Color HEX #81A8D8 Jordy Blue

📋 copy color: '#81A8D8'

red 129 ◦ green 168 ◦ blue 216

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

Shades of Jordy Blue #81A8D8

Tints of Jordy Blue #81A8D8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.75%

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 25.15%
G = 32.75%
B = 42.11%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81A8D8 (or 0x81A8D8) is known color: Jordy Blue. HEX triplet: 81, A8 and D8. RGB value is (129,168,216). Sum of RGB (Red+Green+Blue) = 129+168+216=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #81A8D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8D8 is #7E5727. Grayscale: #A1A1A1. Windows color (decimal): -8279848 or 14198913. OLE color: 14198913.

HSL color Cylindrical-coordinate representation of color #81A8D8: hue angle of 213.1º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81A8D8 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 168 216 -
CMYK 0.40 0.22 0 0.15
HSL 213.1º 0.53% 0.68% -
HSV(B) 213.1º 0.4% 0.85% -
XYZ 35.45 37.63 70.36 -
YUV 161.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 129 168 216 0.40 0.22 0 0.15 213.1 0.53 0.68
Hex 81 A8 D8 28 16 0 F D5 35 44
Octal 201 250 330 50 26 0 17 325 65 104
Binary 10000001 10101000 11011000 101000 10110 0 1111 11010101 110101 1000100

Color Harmonies of #81A8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A8D8

Black with #81A8D8

Text Example


Text Example

White with #81A8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,168,216); }

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

background-color css

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

 a { background-color: rgb(129,168,216); }

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

border-color css

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

 span { border-color: rgb(129,168,216); }

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