Html Css Color HEX #81B0EA Jordy Blue

📋 copy color: '#81B0EA'

red 129 ◦ green 176 ◦ blue 234

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

Shades of Jordy Blue #81B0EA

Tints of Jordy Blue #81B0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.65%

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 23.93%
G = 32.65%
B = 43.41%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#81B0EA (or 0x81B0EA) is known color: Jordy Blue. HEX triplet: 81, B0 and EA. RGB value is (129,176,234). Sum of RGB (Red+Green+Blue) = 129+176+234=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #81B0EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B0EA is #7E4F15. Grayscale: #A8A8A8. Windows color (decimal): -8277782 or 15380609. OLE color: 15380609.

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

Color convert

RGB 129 176 234 -
CMYK 0.45 0.25 0 0.08
HSL 213.14º 0.71% 0.71% -
HSV(B) 213.14º 0.45% 0.92% -
XYZ 39.43 41.66 83.8 -
YUV 168.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 129 176 234 0.45 0.25 0 0.08 213.14 0.71 0.71
Hex 81 B0 EA 2D 19 0 8 D5 47 47
Octal 201 260 352 55 31 0 10 325 107 107
Binary 10000001 10110000 11101010 101101 11001 0 1000 11010101 1000111 1000111

Color Harmonies of #81B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B0EA

Black with #81B0EA

Text Example


Text Example

White with #81B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,176,234); }

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

background-color css

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

 a { background-color: rgb(129,176,234); }

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

border-color css

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

 span { border-color: rgb(129,176,234); }

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