Html Css Color HEX #81ABDB Jordy Blue

📋 copy color: '#81ABDB'

red 129 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #81ABDB

Tints of Jordy Blue #81ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 24.86%
G = 32.95%
B = 42.2%

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

#81ABDB (or 0x81ABDB) is known color: Jordy Blue. HEX triplet: 81, AB and DB. RGB value is (129,171,219). Sum of RGB (Red+Green+Blue) = 129+171+219=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #81ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABDB is #7E5424. Grayscale: #A3A3A3. Windows color (decimal): -8279077 or 14396289. OLE color: 14396289.

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

Color convert

RGB 129 171 219 -
CMYK 0.41 0.22 0 0.14
HSL 212º 0.56% 0.68% -
HSV(B) 212º 0.41% 0.86% -
XYZ 36.4 38.91 72.61 -
YUV 163.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 129 171 219 0.41 0.22 0 0.14 212 0.56 0.68
Hex 81 AB DB 29 16 0 E D4 38 44
Octal 201 253 333 51 26 0 16 324 70 104
Binary 10000001 10101011 11011011 101001 10110 0 1110 11010100 111000 1000100

Color Harmonies of #81ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABDB

Black with #81ABDB

Text Example


Text Example

White with #81ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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