Html Css Color HEX #81ADDF Jordy Blue

📋 copy color: '#81ADDF'

red 129 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #81ADDF

Tints of Jordy Blue #81ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 24.57%
G = 32.95%
B = 42.48%

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

#81ADDF (or 0x81ADDF) is known color: Jordy Blue. HEX triplet: 81, AD and DF. RGB value is (129,173,223). Sum of RGB (Red+Green+Blue) = 129+173+223=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #81ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADDF is #7E5220. Grayscale: #A5A5A5. Windows color (decimal): -8278561 or 14658945. OLE color: 14658945.

HSL color Cylindrical-coordinate representation of color #81ADDF: hue angle of 211.91º degrees, saturation: 0.59, 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 #81ADDF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 173 223 -
CMYK 0.42 0.22 0 0.13
HSL 211.91º 0.59% 0.69% -
HSV(B) 211.91º 0.42% 0.87% -
XYZ 37.32 39.88 75.54 -
YUV 165.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 129 173 223 0.42 0.22 0 0.13 211.91 0.59 0.69
Hex 81 AD DF 2A 16 0 D D4 3B 45
Octal 201 255 337 52 26 0 15 324 73 105
Binary 10000001 10101101 11011111 101010 10110 0 1101 11010100 111011 1000101

Color Harmonies of #81ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADDF

Black with #81ADDF

Text Example


Text Example

White with #81ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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