Html Css Color HEX #81ADEB Jordy Blue

📋 copy color: '#81ADEB'

red 129 ◦ green 173 ◦ blue 235

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

Shades of Jordy Blue #81ADEB

Tints of Jordy Blue #81ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.76%

R = 24.02%
G = 32.22%
B = 43.76%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81ADEB (or 0x81ADEB) is known color: Jordy Blue. HEX triplet: 81, AD and EB. RGB value is (129,173,235). Sum of RGB (Red+Green+Blue) = 129+173+235=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #81ADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADEB is #7E5214. Grayscale: #A6A6A6. Windows color (decimal): -8278549 or 15445377. OLE color: 15445377.

HSL color Cylindrical-coordinate representation of color #81ADEB: hue angle of 215.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ADEB is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 173 235 -
CMYK 0.45 0.26 0 0.08
HSL 215.09º 0.73% 0.71% -
HSV(B) 215.09º 0.45% 0.92% -
XYZ 38.99 40.55 84.37 -
YUV 166.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 129 173 235 0.45 0.26 0 0.08 215.09 0.73 0.71
Hex 81 AD EB 2D 1A 0 8 D7 49 47
Octal 201 255 353 55 32 0 10 327 111 107
Binary 10000001 10101101 11101011 101101 11010 0 1000 11010111 1001001 1000111

Color Harmonies of #81ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADEB

Black with #81ADEB

Text Example


Text Example

White with #81ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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