#0291B8

Color #0291B8 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0291B8

Tints of Bondi Blue #0291B8

Color information

#0291B8 (or 0x0291B8) is unknown color: approx Bondi Blue. HEX triplet: 02, 91 and B8. RGB value is (2,145,184). Sum of RGB (Red+Green+Blue) = 2+145+184=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #0291B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0291B8 is #FD6E47. Grayscale: #6A6A6A. Windows color (decimal): -16608840 or 12095746. OLE color: 12095746.

HSL color Cylindrical-coordinate representation of color #0291B8: hue angle of 192.86º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0291B8 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2145184-
CMYK0.990.2100.28
HSL192.86º97.85%36.47%-
HSV(B)192.86º98.91%72.16%-
XYZ18.823.7248.94-
YUV106.69171.6253.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=0.60%
G=43.81%
B=55.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal21451840.990.2100.28192.8697.8536.47
Hex291B8631501Cc16224
Octal22212701432503430114244
Binary101001000110111000110001110101011100110000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0291B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0291B8; }

 p { color: rgb(2,145,184); }

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

<style>
 a { background-color: #0291B8; }

 a { background-color: rgb(2,145,184); }

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

<style>
 span { border-color: #0291B8; }

 span { border-color: rgb(2,145,184); }

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