Html Css Color HEX #0991B1 Bondi Blue

📋 copy color: '#0991B1'

red 9 ◦ green 145 ◦ blue 177

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

Shades of Bondi Blue #0991B1

Tints of Bondi Blue #0991B1

RGB

 RED value IS 9 (3.91% from 255) = 2.72%

 GREEN value IS 145 (57.03% from 255) = 43.81%

 BLUE value IS 177 (69.53% from 255) = 53.47%

R = 2.72%
G = 43.81%
B = 53.47%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0991B1 (or 0x0991B1) is known color: Bondi Blue. HEX triplet: 09, 91 and B1. RGB value is (9,145,177). Sum of RGB (Red+Green+Blue) = 9+145+177=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 177 (69.53% from 255 or 53.47% from 331); Max value from RGB is 177 - color contains mainly: blue. Hex color #0991B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0991B1 is #F66E4E. Grayscale: #6B6B6B. Windows color (decimal): -16150095 or 11637001. OLE color: 11637001.

HSL color Cylindrical-coordinate representation of color #0991B1: hue angle of 191.43º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0991B1 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 145 177 -
CMYK 0.95 0.18 0 0.31
HSL 191.43º 0.9% 0.36% -
HSV(B) 191.43º 0.95% 0.69% -
XYZ 18.17 23.48 45.17 -
YUV 107.98 166.94 57.4 -
System Red Green Blue C M Y K H S L
Decimal 9 145 177 0.95 0.18 0 0.31 191.43 0.9 0.36
Hex 9 91 B1 5F 12 0 1F BF 5A 24
Octal 11 221 261 137 22 0 37 277 132 44
Binary 1001 10010001 10110001 1011111 10010 0 11111 10111111 1011010 100100

Color Harmonies of #0991B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0991B1

Black with #0991B1

Text Example


Text Example

White with #0991B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0991B1; }

 p { color: rgb(9,145,177); }

 H1.HeaderClassName
 {
   color: #0991B1;
 }
 .AnyTagClassName
 {
   color: #0991B1;
 }
</style>

background-color css

<style>
 a { background-color: #0991B1; }

 a { background-color: rgb(9,145,177); }

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

border-color css

<style>
 span { border-color: #0991B1; }

 span { border-color: rgb(9,145,177); }

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