Html Css Color HEX #03A0B5 Bondi Blue

📋 copy color: '#03A0B5'

red 3 ◦ green 160 ◦ blue 181

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

Shades of Bondi Blue #03A0B5

Tints of Bondi Blue #03A0B5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.51%

 BLUE value IS 181 (71.09% from 255) = 52.62%

R = 0.87%
G = 46.51%
B = 52.62%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#03A0B5 (or 0x03A0B5) is known color: Bondi Blue. HEX triplet: 03, A0 and B5. RGB value is (3,160,181). Sum of RGB (Red+Green+Blue) = 3+160+181=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #03A0B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A0B5 is #FC5F4A. Grayscale: #737373. Windows color (decimal): -16539467 or 11902979. OLE color: 11902979.

HSL color Cylindrical-coordinate representation of color #03A0B5: hue angle of 187.08º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A0B5 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 3 160 181 -
CMYK 0.98 0.12 0 0.29
HSL 187.08º 0.97% 0.36% -
HSV(B) 187.08º 0.98% 0.71% -
XYZ 20.95 28.5 48.11 -
YUV 115.45 164.99 47.79 -
System Red Green Blue C M Y K H S L
Decimal 3 160 181 0.98 0.12 0 0.29 187.08 0.97 0.36
Hex 3 A0 B5 62 C 0 1D BB 61 24
Octal 3 240 265 142 14 0 35 273 141 44
Binary 11 10100000 10110101 1100010 1100 0 11101 10111011 1100001 100100

Color Harmonies of #03A0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A0B5

Black with #03A0B5

Text Example


Text Example

White with #03A0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03A0B5; }

 p { color: rgb(3,160,181); }

 H1.HeaderClassName
 {
   color: #03A0B5;
 }
 .AnyTagClassName
 {
   color: #03A0B5;
 }
</style>

background-color css

<style>
 a { background-color: #03A0B5; }

 a { background-color: rgb(3,160,181); }

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

border-color css

<style>
 span { border-color: #03A0B5; }

 span { border-color: rgb(3,160,181); }

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