Html Css Color HEX #0393BA Bondi Blue

📋 copy color: '#0393BA'

red 3 ◦ green 147 ◦ blue 186

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

Shades of Bondi Blue #0393BA

Tints of Bondi Blue #0393BA

RGB

 RED value IS 3 (1.56% from 255) = 0.89%

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

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

R = 0.89%
G = 43.75%
B = 55.36%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0393BA (or 0x0393BA) is known color: Bondi Blue. HEX triplet: 03, 93 and BA. RGB value is (3,147,186). Sum of RGB (Red+Green+Blue) = 3+147+186=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #0393BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0393BA is #FC6C45. Grayscale: #6C6C6C. Windows color (decimal): -16542790 or 12227331. OLE color: 12227331.

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

Color convert

RGB 3 147 186 -
CMYK 0.98 0.21 0 0.27
HSL 192.79º 0.97% 0.37% -
HSV(B) 192.79º 0.98% 0.73% -
XYZ 19.33 24.43 50.15 -
YUV 108.39 171.79 52.83 -
System Red Green Blue C M Y K H S L
Decimal 3 147 186 0.98 0.21 0 0.27 192.79 0.97 0.37
Hex 3 93 BA 62 15 0 1B C1 61 25
Octal 3 223 272 142 25 0 33 301 141 45
Binary 11 10010011 10111010 1100010 10101 0 11011 11000001 1100001 100101

Color Harmonies of #0393BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393BA

Black with #0393BA

Text Example


Text Example

White with #0393BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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