Html Css Color HEX #81BAE1 Jordy Blue

📋 copy color: '#81BAE1'

red 129 ◦ green 186 ◦ blue 225

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

Shades of Jordy Blue #81BAE1

Tints of Jordy Blue #81BAE1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 23.89%
G = 34.44%
B = 41.67%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#81BAE1 (or 0x81BAE1) is known color: Jordy Blue. HEX triplet: 81, BA and E1. RGB value is (129,186,225). Sum of RGB (Red+Green+Blue) = 129+186+225=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #81BAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BAE1 is #7E451E. Grayscale: #ADADAD. Windows color (decimal): -8275231 or 14793345. OLE color: 14793345.

HSL color Cylindrical-coordinate representation of color #81BAE1: hue angle of 204.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81BAE1 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 186 225 -
CMYK 0.43 0.17 0 0.12
HSL 204.38º 0.62% 0.69% -
HSV(B) 204.38º 0.43% 0.88% -
XYZ 40.2 45.22 77.84 -
YUV 173.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 129 186 225 0.43 0.17 0 0.12 204.38 0.62 0.69
Hex 81 BA E1 2B 11 0 C CC 3E 45
Octal 201 272 341 53 21 0 14 314 76 105
Binary 10000001 10111010 11100001 101011 10001 0 1100 11001100 111110 1000101

Color Harmonies of #81BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BAE1

Black with #81BAE1

Text Example


Text Example

White with #81BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,186,225); }

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

background-color css

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

 a { background-color: rgb(129,186,225); }

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

border-color css

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

 span { border-color: rgb(129,186,225); }

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