Html Css Color HEX #0992BA Bondi Blue

📋 copy color: '#0992BA'

red 9 ◦ green 146 ◦ blue 186

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

Shades of Bondi Blue #0992BA

Tints of Bondi Blue #0992BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 2.64%
G = 42.82%
B = 54.55%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0992BA (or 0x0992BA) is known color: Bondi Blue. HEX triplet: 09, 92 and BA. RGB value is (9,146,186). Sum of RGB (Red+Green+Blue) = 9+146+186=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #0992BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992BA is #F66D45. Grayscale: #6D6D6D. Windows color (decimal): -16149830 or 12227081. OLE color: 12227081.

HSL color Cylindrical-coordinate representation of color #0992BA: hue angle of 193.56º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0992BA is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 146 186 -
CMYK 0.95 0.22 0 0.27
HSL 193.56º 0.91% 0.38% -
HSV(B) 193.56º 0.95% 0.73% -
XYZ 19.25 24.16 50.1 -
YUV 109.6 171.11 56.25 -
System Red Green Blue C M Y K H S L
Decimal 9 146 186 0.95 0.22 0 0.27 193.56 0.91 0.38
Hex 9 92 BA 5F 16 0 1B C2 5B 26
Octal 11 222 272 137 26 0 33 302 133 46
Binary 1001 10010010 10111010 1011111 10110 0 11011 11000010 1011011 100110

Color Harmonies of #0992BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992BA

Black with #0992BA

Text Example


Text Example

White with #0992BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0992BA; }

 p { color: rgb(9,146,186); }

 H1.HeaderClassName
 {
   color: #0992BA;
 }
 .AnyTagClassName
 {
   color: #0992BA;
 }
</style>

background-color css

<style>
 a { background-color: #0992BA; }

 a { background-color: rgb(9,146,186); }

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

border-color css

<style>
 span { border-color: #0992BA; }

 span { border-color: rgb(9,146,186); }

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