Html Css Color HEX #80B7EA Jordy Blue

📋 copy color: '#80B7EA'

red 128 ◦ green 183 ◦ blue 234

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

Shades of Jordy Blue #80B7EA

Tints of Jordy Blue #80B7EA

RGB

 RED value IS 128 (50.39% from 255) = 23.49%

 GREEN value IS 183 (71.88% from 255) = 33.58%

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

R = 23.49%
G = 33.58%
B = 42.94%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80B7EA (or 0x80B7EA) is known color: Jordy Blue. HEX triplet: 80, B7 and EA. RGB value is (128,183,234). Sum of RGB (Red+Green+Blue) = 128+183+234=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #80B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80B7EA is #7F4815. Grayscale: #ACACAC. Windows color (decimal): -8341526 or 15382400. OLE color: 15382400.

HSL color Cylindrical-coordinate representation of color #80B7EA: hue angle of 208.87º degrees, saturation: 0.72, 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 #80B7EA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 183 234 -
CMYK 0.45 0.22 0 0.08
HSL 208.87º 0.72% 0.71% -
HSV(B) 208.87º 0.45% 0.92% -
XYZ 40.69 44.4 84.27 -
YUV 172.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 128 183 234 0.45 0.22 0 0.08 208.87 0.72 0.71
Hex 80 B7 EA 2D 16 0 8 D1 48 47
Octal 200 267 352 55 26 0 10 321 110 107
Binary 10000000 10110111 11101010 101101 10110 0 1000 11010001 1001000 1000111

Color Harmonies of #80B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B7EA

Black with #80B7EA

Text Example


Text Example

White with #80B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B7EA; }

 p { color: rgb(128,183,234); }

 H1.HeaderClassName
 {
   color: #80B7EA;
 }
 .AnyTagClassName
 {
   color: #80B7EA;
 }
</style>

background-color css

<style>
 a { background-color: #80B7EA; }

 a { background-color: rgb(128,183,234); }

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

border-color css

<style>
 span { border-color: #80B7EA; }

 span { border-color: rgb(128,183,234); }

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