Html Css Color HEX #81A2EB Jordy Blue

📋 copy color: '#81A2EB'

red 129 ◦ green 162 ◦ blue 235

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

Shades of Jordy Blue #81A2EB

Tints of Jordy Blue #81A2EB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.8%

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

R = 24.52%
G = 30.8%
B = 44.68%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81A2EB (or 0x81A2EB) is known color: Jordy Blue. HEX triplet: 81, A2 and EB. RGB value is (129,162,235). Sum of RGB (Red+Green+Blue) = 129+162+235=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #81A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A2EB is #7E5D14. Grayscale: #A0A0A0. Windows color (decimal): -8281365 or 15442561. OLE color: 15442561.

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

Color convert

RGB 129 162 235 -
CMYK 0.45 0.31 0 0.08
HSL 221.32º 0.73% 0.71% -
HSV(B) 221.32º 0.45% 0.92% -
XYZ 36.97 36.51 83.7 -
YUV 160.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 129 162 235 0.45 0.31 0 0.08 221.32 0.73 0.71
Hex 81 A2 EB 2D 1F 0 8 DD 49 47
Octal 201 242 353 55 37 0 10 335 111 107
Binary 10000001 10100010 11101011 101101 11111 0 1000 11011101 1001001 1000111

Color Harmonies of #81A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A2EB

Black with #81A2EB

Text Example


Text Example

White with #81A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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