Html Css Color HEX #0092BD Bondi Blue

📋 copy color: '#0092BD'

red 0 ◦ green 146 ◦ blue 189

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

Shades of Bondi Blue #0092BD

Tints of Bondi Blue #0092BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 43.58%
B = 56.42%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0092BD (or 0x0092BD) is known color: Bondi Blue. HEX triplet: 00, 92 and BD. RGB value is (0,146,189). Sum of RGB (Red+Green+Blue) = 0+146+189=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #0092BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092BD is #FF6D42. Grayscale: #6A6A6A. Windows color (decimal): -16739651 or 12423680. OLE color: 12423680.

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

Color convert

RGB 0 146 189 -
CMYK 1 0.23 0 0.26
HSL 193.65º 1% 0.37% -
HSV(B) 193.65º 1% 0.74% -
XYZ 19.46 24.23 51.8 -
YUV 107.25 174.13 51.5 -
System Red Green Blue C M Y K H S L
Decimal 0 146 189 1 0.23 0 0.26 193.65 1 0.37
Hex 0 92 BD 64 17 0 1A C2 64 25
Octal 0 222 275 144 27 0 32 302 144 45
Binary 0 10010010 10111101 1100100 10111 0 11010 11000010 1100100 100101

Color Harmonies of #0092BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0092BD

Black with #0092BD

Text Example


Text Example

White with #0092BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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