Html Css Color HEX #0293BA Bondi Blue

📋 copy color: '#0293BA'

red 2 ◦ green 147 ◦ blue 186

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

Shades of Bondi Blue #0293BA

Tints of Bondi Blue #0293BA

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

 GREEN value IS 147 (57.81% from 255) = 43.88%

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

R = 0.6%
G = 43.88%
B = 55.52%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0293BA (or 0x0293BA) is known color: Bondi Blue. HEX triplet: 02, 93 and BA. RGB value is (2,147,186). Sum of RGB (Red+Green+Blue) = 2+147+186=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #0293BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293BA is #FD6C45. Grayscale: #6B6B6B. Windows color (decimal): -16608326 or 12227330. OLE color: 12227330.

HSL color Cylindrical-coordinate representation of color #0293BA: hue angle of 192.72º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293BA is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 147 186 -
CMYK 0.99 0.21 0 0.27
HSL 192.72º 0.98% 0.37% -
HSV(B) 192.72º 0.99% 0.73% -
XYZ 19.32 24.43 50.15 -
YUV 108.09 171.96 52.33 -
System Red Green Blue C M Y K H S L
Decimal 2 147 186 0.99 0.21 0 0.27 192.72 0.98 0.37
Hex 2 93 BA 63 15 0 1B C1 62 25
Octal 2 223 272 143 25 0 33 301 142 45
Binary 10 10010011 10111010 1100011 10101 0 11011 11000001 1100010 100101

Color Harmonies of #0293BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293BA

Black with #0293BA

Text Example


Text Example

White with #0293BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,147,186); }

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

background-color css

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

 a { background-color: rgb(2,147,186); }

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

border-color css

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

 span { border-color: rgb(2,147,186); }

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