Html Css Color HEX #0992AC Bondi Blue

📋 copy color: '#0992AC'

red 9 ◦ green 146 ◦ blue 172

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

Shades of Bondi Blue #0992AC

Tints of Bondi Blue #0992AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 2.75%
G = 44.65%
B = 52.6%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0992AC (or 0x0992AC) is known color: Bondi Blue. HEX triplet: 09, 92 and AC. RGB value is (9,146,172). Sum of RGB (Red+Green+Blue) = 9+146+172=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #0992AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0992AC is #F66D53. Grayscale: #6B6B6B. Windows color (decimal): -16149844 or 11309577. OLE color: 11309577.

HSL color Cylindrical-coordinate representation of color #0992AC: hue angle of 189.57º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0992AC is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 146 172 -
CMYK 0.95 0.15 0 0.33
HSL 189.57º 0.9% 0.35% -
HSV(B) 189.57º 0.95% 0.67% -
XYZ 17.84 23.59 42.64 -
YUV 108 164.11 57.39 -
System Red Green Blue C M Y K H S L
Decimal 9 146 172 0.95 0.15 0 0.33 189.57 0.9 0.35
Hex 9 92 AC 5F F 0 21 BE 5A 23
Octal 11 222 254 137 17 0 41 276 132 43
Binary 1001 10010010 10101100 1011111 1111 0 100001 10111110 1011010 100011

Color Harmonies of #0992AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992AC

Black with #0992AC

Text Example


Text Example

White with #0992AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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