Html Css Color HEX #039ABB Bondi Blue

📋 copy color: '#039ABB'

red 3 ◦ green 154 ◦ blue 187

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

Shades of Bondi Blue #039ABB

Tints of Bondi Blue #039ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.77%

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 0.87%
G = 44.77%
B = 54.36%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#039ABB (or 0x039ABB) is known color: Bondi Blue. HEX triplet: 03, 9A and BB. RGB value is (3,154,187). Sum of RGB (Red+Green+Blue) = 3+154+187=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #039ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ABB is #FC6544. Grayscale: #707070. Windows color (decimal): -16540997 or 12294659. OLE color: 12294659.

HSL color Cylindrical-coordinate representation of color #039ABB: hue angle of 190.76º 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 #039ABB is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 154 187 -
CMYK 0.98 0.18 0 0.27
HSL 190.76º 0.97% 0.37% -
HSV(B) 190.76º 0.98% 0.73% -
XYZ 20.56 26.72 51.09 -
YUV 112.61 169.97 49.82 -
System Red Green Blue C M Y K H S L
Decimal 3 154 187 0.98 0.18 0 0.27 190.76 0.97 0.37
Hex 3 9A BB 62 12 0 1B BF 61 25
Octal 3 232 273 142 22 0 33 277 141 45
Binary 11 10011010 10111011 1100010 10010 0 11011 10111111 1100001 100101

Color Harmonies of #039ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ABB

Black with #039ABB

Text Example


Text Example

White with #039ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039ABB; }

 p { color: rgb(3,154,187); }

 H1.HeaderClassName
 {
   color: #039ABB;
 }
 .AnyTagClassName
 {
   color: #039ABB;
 }
</style>

background-color css

<style>
 a { background-color: #039ABB; }

 a { background-color: rgb(3,154,187); }

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

border-color css

<style>
 span { border-color: #039ABB; }

 span { border-color: rgb(3,154,187); }

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