Html Css Color HEX #0992B3 Bondi Blue

📋 copy color: '#0992B3'

red 9 ◦ green 146 ◦ blue 179

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

Shades of Bondi Blue #0992B3

Tints of Bondi Blue #0992B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 2.69%
G = 43.71%
B = 53.59%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0992B3 (or 0x0992B3) is known color: Bondi Blue. HEX triplet: 09, 92 and B3. RGB value is (9,146,179). Sum of RGB (Red+Green+Blue) = 9+146+179=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #0992B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992B3 is #F66D4C. Grayscale: #6C6C6C. Windows color (decimal): -16149837 or 11768329. OLE color: 11768329.

HSL color Cylindrical-coordinate representation of color #0992B3: hue angle of 191.65º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0992B3 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 146 179 -
CMYK 0.95 0.18 0 0.30
HSL 191.65º 0.9% 0.37% -
HSV(B) 191.65º 0.95% 0.7% -
XYZ 18.53 23.87 46.28 -
YUV 108.8 167.61 56.82 -
System Red Green Blue C M Y K H S L
Decimal 9 146 179 0.95 0.18 0 0.30 191.65 0.9 0.37
Hex 9 92 B3 5F 12 0 1E C0 5A 25
Octal 11 222 263 137 22 0 36 300 132 45
Binary 1001 10010010 10110011 1011111 10010 0 11110 11000000 1011010 100101

Color Harmonies of #0992B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992B3

Black with #0992B3

Text Example


Text Example

White with #0992B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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