#80BBE5

Color #80BBE5 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #80BBE5

Tints of Jordy Blue #80BBE5

Color information

#80BBE5 (or 0x80BBE5) is unknown color: approx Jordy Blue. HEX triplet: 80, BB and E5. RGB value is (128,187,229). Sum of RGB (Red+Green+Blue) = 128+187+229=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #80BBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBE5 is #7F441A. Grayscale: #ADADAD. Windows color (decimal): -8340507 or 15055744. OLE color: 15055744.

HSL color Cylindrical-coordinate representation of color #80BBE5: hue angle of 204.95º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80BBE5 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB128187229-
CMYK0.440.1800.10
HSL204.95º66.01%70%-
HSV(B)204.95º44.1%89.8%-
XYZ40.8245.7980.82-
YUV174.15158.9595.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 229 (89.84% from 255) = 42.10%
R=23.53%
G=34.38%
B=42.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1281872290.440.1800.10204.9566.0170
Hex80BBE52C120Acd4246
Octal2002733455422012315102106
Binary10000000101110111110010110110010010010101100110110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,229); }

 H1.HeaderClassName
 {
   color: #80BBE5;
 }
 .AnyTagClassName
 {
   color: #80BBE5;
 }
</style>
background-color css

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

 a { background-color: rgb(128,187,229); }

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

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

 span { border-color: rgb(128,187,229); }

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