Html Css Color HEX #0093BA Bondi Blue

📋 copy color: '#0093BA'

red 0 ◦ green 147 ◦ blue 186

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

Shades of Bondi Blue #0093BA

Tints of Bondi Blue #0093BA

RGB

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

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

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

R = 0%
G = 44.14%
B = 55.86%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0093BA (or 0x0093BA) is known color: Bondi Blue. HEX triplet: 00, 93 and BA. RGB value is (0,147,186). Sum of RGB (Red+Green+Blue) = 0+147+186=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #0093BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093BA is #FF6C45. Grayscale: #6B6B6B. Windows color (decimal): -16739398 or 12227328. OLE color: 12227328.

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

Color convert

RGB 0 147 186 -
CMYK 1 0.21 0 0.27
HSL 192.58º 1% 0.36% -
HSV(B) 192.58º 1% 0.73% -
XYZ 19.3 24.41 50.15 -
YUV 107.49 172.3 51.33 -
System Red Green Blue C M Y K H S L
Decimal 0 147 186 1 0.21 0 0.27 192.58 1 0.36
Hex 0 93 BA 64 15 0 1B C1 64 24
Octal 0 223 272 144 25 0 33 301 144 44
Binary 0 10010011 10111010 1100100 10101 0 11011 11000001 1100100 100100

Color Harmonies of #0093BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0093BA

Black with #0093BA

Text Example


Text Example

White with #0093BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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