#0191B7

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

Shades of Bondi Blue #0191B7

Tints of Bondi Blue #0191B7

Color information

#0191B7 (or 0x0191B7) is unknown color: approx Bondi Blue. HEX triplet: 01, 91 and B7. RGB value is (1,145,183). Sum of RGB (Red+Green+Blue) = 1+145+183=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #0191B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0191B7 is #FE6E48. Grayscale: #696969. Windows color (decimal): -16674377 or 12030209. OLE color: 12030209.

HSL color Cylindrical-coordinate representation of color #0191B7: hue angle of 192.53º degrees, saturation: 0.99, 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 #0191B7 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1145183-
CMYK0.990.2100.28
HSL192.53º98.91%36.08%-
HSV(B)192.53º99.45%71.76%-
XYZ18.6923.6848.38-
YUV106.28171.2952.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 183 (71.88% from 255) = 55.62%
R=0.30%
G=44.07%
B=55.62%

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
Decimal11451830.990.2100.28192.5398.9136.08
Hex191B7631501Cc16324
Octal12212671432503430114344
Binary11001000110110111110001110101011100110000011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0191B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0191B7; }

 p { color: rgb(1,145,183); }

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

<style>
 a { background-color: #0191B7; }

 a { background-color: rgb(1,145,183); }

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

<style>
 span { border-color: #0191B7; }

 span { border-color: rgb(1,145,183); }

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