Html Css Color HEX #81B5E9 Jordy Blue

📋 copy color: '#81B5E9'

red 129 ◦ green 181 ◦ blue 233

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

Shades of Jordy Blue #81B5E9

Tints of Jordy Blue #81B5E9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.33%

 BLUE value IS 233 (91.41% from 255) = 42.91%

R = 23.76%
G = 33.33%
B = 42.91%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#81B5E9 (or 0x81B5E9) is known color: Jordy Blue. HEX triplet: 81, B5 and E9. RGB value is (129,181,233). Sum of RGB (Red+Green+Blue) = 129+181+233=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #81B5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B5E9 is #7E4A16. Grayscale: #ABABAB. Windows color (decimal): -8276503 or 15316353. OLE color: 15316353.

HSL color Cylindrical-coordinate representation of color #81B5E9: hue angle of 210º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81B5E9 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 129 181 233 -
CMYK 0.45 0.22 0 0.09
HSL 210º 0.7% 0.71% -
HSV(B) 210º 0.45% 0.91% -
XYZ 40.29 43.6 83.38 -
YUV 171.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 129 181 233 0.45 0.22 0 0.09 210 0.7 0.71
Hex 81 B5 E9 2D 16 0 9 D2 46 47
Octal 201 265 351 55 26 0 11 322 106 107
Binary 10000001 10110101 11101001 101101 10110 0 1001 11010010 1000110 1000111

Color Harmonies of #81B5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B5E9

Black with #81B5E9

Text Example


Text Example

White with #81B5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,181,233); }

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

background-color css

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

 a { background-color: rgb(129,181,233); }

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

border-color css

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

 span { border-color: rgb(129,181,233); }

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