Html Css Color HEX #81ABDC Jordy Blue

📋 copy color: '#81ABDC'

red 129 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #81ABDC

Tints of Jordy Blue #81ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.88%

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

R = 24.81%
G = 32.88%
B = 42.31%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81ABDC (or 0x81ABDC) is known color: Jordy Blue. HEX triplet: 81, AB and DC. RGB value is (129,171,220). Sum of RGB (Red+Green+Blue) = 129+171+220=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #81ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABDC is #7E5423. Grayscale: #A3A3A3. Windows color (decimal): -8279076 or 14461825. OLE color: 14461825.

HSL color Cylindrical-coordinate representation of color #81ABDC: hue angle of 212.31º 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 #81ABDC is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 171 220 -
CMYK 0.41 0.22 0 0.14
HSL 212.31º 0.57% 0.68% -
HSV(B) 212.31º 0.41% 0.86% -
XYZ 36.53 38.96 73.3 -
YUV 164.03 159.59 103.02 -
System Red Green Blue C M Y K H S L
Decimal 129 171 220 0.41 0.22 0 0.14 212.31 0.57 0.68
Hex 81 AB DC 29 16 0 E D4 39 44
Octal 201 253 334 51 26 0 16 324 71 104
Binary 10000001 10101011 11011100 101001 10110 0 1110 11010100 111001 1000100

Color Harmonies of #81ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABDC

Black with #81ABDC

Text Example


Text Example

White with #81ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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