Html Css Color HEX #81A0EB Jordy Blue

📋 copy color: '#81A0EB'

red 129 ◦ green 160 ◦ blue 235

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

Shades of Jordy Blue #81A0EB

Tints of Jordy Blue #81A0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.53%

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

R = 24.62%
G = 30.53%
B = 44.85%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81A0EB (or 0x81A0EB) is known color: Jordy Blue. HEX triplet: 81, A0 and EB. RGB value is (129,160,235). Sum of RGB (Red+Green+Blue) = 129+160+235=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #81A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A0EB is #7E5F14. Grayscale: #9E9E9E. Windows color (decimal): -8281877 or 15442049. OLE color: 15442049.

HSL color Cylindrical-coordinate representation of color #81A0EB: hue angle of 222.45º 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 #81A0EB is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 129 160 235 -
CMYK 0.45 0.32 0 0.08
HSL 222.45º 0.73% 0.71% -
HSV(B) 222.45º 0.45% 0.92% -
XYZ 36.62 35.81 83.58 -
YUV 159.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 129 160 235 0.45 0.32 0 0.08 222.45 0.73 0.71
Hex 81 A0 EB 2D 20 0 8 DE 49 47
Octal 201 240 353 55 40 0 10 336 111 107
Binary 10000001 10100000 11101011 101101 100000 0 1000 11011110 1001001 1000111

Color Harmonies of #81A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A0EB

Black with #81A0EB

Text Example


Text Example

White with #81A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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