Html Css Color HEX #0393AA Bondi Blue

📋 copy color: '#0393AA'

red 3 ◦ green 147 ◦ blue 170

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

Shades of Bondi Blue #0393AA

Tints of Bondi Blue #0393AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 0.94%
G = 45.94%
B = 53.13%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0393AA (or 0x0393AA) is known color: Bondi Blue. HEX triplet: 03, 93 and AA. RGB value is (3,147,170). Sum of RGB (Red+Green+Blue) = 3+147+170=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0393AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0393AA is #FC6C55. Grayscale: #6A6A6A. Windows color (decimal): -16542806 or 11178755. OLE color: 11178755.

HSL color Cylindrical-coordinate representation of color #0393AA: hue angle of 188.26º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0393AA is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 147 170 -
CMYK 0.98 0.14 0 0.33
HSL 188.26º 0.97% 0.34% -
HSV(B) 188.26º 0.98% 0.67% -
XYZ 17.73 23.79 41.69 -
YUV 106.57 163.79 54.13 -
System Red Green Blue C M Y K H S L
Decimal 3 147 170 0.98 0.14 0 0.33 188.26 0.97 0.34
Hex 3 93 AA 62 E 0 21 BC 61 22
Octal 3 223 252 142 16 0 41 274 141 42
Binary 11 10010011 10101010 1100010 1110 0 100001 10111100 1100001 100010

Color Harmonies of #0393AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0393AA

Black with #0393AA

Text Example


Text Example

White with #0393AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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