Html Css Color HEX #81ADDE Jordy Blue

📋 copy color: '#81ADDE'

red 129 ◦ green 173 ◦ blue 222

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

Shades of Jordy Blue #81ADDE

Tints of Jordy Blue #81ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 24.62%
G = 33.02%
B = 42.37%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81ADDE (or 0x81ADDE) is known color: Jordy Blue. HEX triplet: 81, AD and DE. RGB value is (129,173,222). Sum of RGB (Red+Green+Blue) = 129+173+222=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #81ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADDE is #7E5221. Grayscale: #A5A5A5. Windows color (decimal): -8278562 or 14593409. OLE color: 14593409.

HSL color Cylindrical-coordinate representation of color #81ADDE: hue angle of 211.61º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81ADDE is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 173 222 -
CMYK 0.42 0.22 0 0.13
HSL 211.61º 0.58% 0.69% -
HSV(B) 211.61º 0.42% 0.87% -
XYZ 37.18 39.83 74.84 -
YUV 165.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 129 173 222 0.42 0.22 0 0.13 211.61 0.58 0.69
Hex 81 AD DE 2A 16 0 D D4 3A 45
Octal 201 255 336 52 26 0 15 324 72 105
Binary 10000001 10101101 11011110 101010 10110 0 1101 11010100 111010 1000101

Color Harmonies of #81ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADDE

Black with #81ADDE

Text Example


Text Example

White with #81ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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