Html Css Color HEX #81ADDB Jordy Blue

📋 copy color: '#81ADDB'

red 129 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #81ADDB

Tints of Jordy Blue #81ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.21%

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

R = 24.76%
G = 33.21%
B = 42.03%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81ADDB (or 0x81ADDB) is known color: Jordy Blue. HEX triplet: 81, AD and DB. RGB value is (129,173,219). Sum of RGB (Red+Green+Blue) = 129+173+219=521 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.76% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #81ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADDB is #7E5224. Grayscale: #A4A4A4. Windows color (decimal): -8278565 or 14396801. OLE color: 14396801.

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

Color convert

RGB 129 173 219 -
CMYK 0.41 0.21 0 0.14
HSL 210.67º 0.56% 0.68% -
HSV(B) 210.67º 0.41% 0.86% -
XYZ 36.78 39.67 72.74 -
YUV 165.09 158.42 102.26 -
System Red Green Blue C M Y K H S L
Decimal 129 173 219 0.41 0.21 0 0.14 210.67 0.56 0.68
Hex 81 AD DB 29 15 0 E D3 38 44
Octal 201 255 333 51 25 0 16 323 70 104
Binary 10000001 10101101 11011011 101001 10101 0 1110 11010011 111000 1000100

Color Harmonies of #81ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADDB

Black with #81ADDB

Text Example


Text Example

White with #81ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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