Html Css Color HEX #81BAE0 Jordy Blue

📋 copy color: '#81BAE0'

red 129 ◦ green 186 ◦ blue 224

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

Shades of Jordy Blue #81BAE0

Tints of Jordy Blue #81BAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 23.93%
G = 34.51%
B = 41.56%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#81BAE0 (or 0x81BAE0) is known color: Jordy Blue. HEX triplet: 81, BA and E0. RGB value is (129,186,224). Sum of RGB (Red+Green+Blue) = 129+186+224=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #81BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BAE0 is #7E451F. Grayscale: #ADADAD. Windows color (decimal): -8275232 or 14727809. OLE color: 14727809.

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

Color convert

RGB 129 186 224 -
CMYK 0.42 0.17 0 0.12
HSL 204º 0.61% 0.69% -
HSV(B) 204º 0.42% 0.88% -
XYZ 40.07 45.17 77.13 -
YUV 173.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 129 186 224 0.42 0.17 0 0.12 204 0.61 0.69
Hex 81 BA E0 2A 11 0 C CC 3D 45
Octal 201 272 340 52 21 0 14 314 75 105
Binary 10000001 10111010 11100000 101010 10001 0 1100 11001100 111101 1000101

Color Harmonies of #81BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BAE0

Black with #81BAE0

Text Example


Text Example

White with #81BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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