Html Css Color HEX #0992BD Bondi Blue

📋 copy color: '#0992BD'

red 9 ◦ green 146 ◦ blue 189

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

Shades of Bondi Blue #0992BD

Tints of Bondi Blue #0992BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.94%

R = 2.62%
G = 42.44%
B = 54.94%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0992BD (or 0x0992BD) is known color: Bondi Blue. HEX triplet: 09, 92 and BD. RGB value is (9,146,189). Sum of RGB (Red+Green+Blue) = 9+146+189=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #0992BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992BD is #F66D42. Grayscale: #6D6D6D. Windows color (decimal): -16149827 or 12423689. OLE color: 12423689.

HSL color Cylindrical-coordinate representation of color #0992BD: hue angle of 194.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0992BD is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 146 189 -
CMYK 0.95 0.23 0 0.26
HSL 194.33º 0.91% 0.39% -
HSV(B) 194.33º 0.95% 0.74% -
XYZ 19.58 24.29 51.8 -
YUV 109.94 172.61 56 -
System Red Green Blue C M Y K H S L
Decimal 9 146 189 0.95 0.23 0 0.26 194.33 0.91 0.39
Hex 9 92 BD 5F 17 0 1A C2 5B 27
Octal 11 222 275 137 27 0 32 302 133 47
Binary 1001 10010010 10111101 1011111 10111 0 11010 11000010 1011011 100111

Color Harmonies of #0992BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0992BD

Black with #0992BD

Text Example


Text Example

White with #0992BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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