Html Css Color HEX #81A8DC Jordy Blue

📋 copy color: '#81A8DC'

red 129 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #81A8DC

Tints of Jordy Blue #81A8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 24.95%
G = 32.5%
B = 42.55%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81A8DC (or 0x81A8DC) is known color: Jordy Blue. HEX triplet: 81, A8 and DC. RGB value is (129,168,220). Sum of RGB (Red+Green+Blue) = 129+168+220=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #81A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8DC is #7E5723. Grayscale: #A2A2A2. Windows color (decimal): -8279844 or 14461057. OLE color: 14461057.

HSL color Cylindrical-coordinate representation of color #81A8DC: hue angle of 214.29º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81A8DC is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 168 220 -
CMYK 0.41 0.24 0 0.14
HSL 214.29º 0.57% 0.68% -
HSV(B) 214.29º 0.41% 0.86% -
XYZ 35.97 37.84 73.12 -
YUV 162.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 129 168 220 0.41 0.24 0 0.14 214.29 0.57 0.68
Hex 81 A8 DC 29 18 0 E D6 39 44
Octal 201 250 334 51 30 0 16 326 71 104
Binary 10000001 10101000 11011100 101001 11000 0 1110 11010110 111001 1000100

Color Harmonies of #81A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A8DC

Black with #81A8DC

Text Example


Text Example

White with #81A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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