Html Css Color HEX #039ABC Bondi Blue

📋 copy color: '#039ABC'

red 3 ◦ green 154 ◦ blue 188

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

Shades of Bondi Blue #039ABC

Tints of Bondi Blue #039ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 0.87%
G = 44.64%
B = 54.49%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#039ABC (or 0x039ABC) is known color: Bondi Blue. HEX triplet: 03, 9A and BC. RGB value is (3,154,188). Sum of RGB (Red+Green+Blue) = 3+154+188=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #039ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039ABC is #FC6543. Grayscale: #707070. Windows color (decimal): -16540996 or 12360195. OLE color: 12360195.

HSL color Cylindrical-coordinate representation of color #039ABC: hue angle of 191.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039ABC is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 154 188 -
CMYK 0.98 0.18 0 0.26
HSL 191.03º 0.97% 0.37% -
HSV(B) 191.03º 0.98% 0.74% -
XYZ 20.67 26.76 51.65 -
YUV 112.73 170.47 49.74 -
System Red Green Blue C M Y K H S L
Decimal 3 154 188 0.98 0.18 0 0.26 191.03 0.97 0.37
Hex 3 9A BC 62 12 0 1A BF 61 25
Octal 3 232 274 142 22 0 32 277 141 45
Binary 11 10011010 10111100 1100010 10010 0 11010 10111111 1100001 100101

Color Harmonies of #039ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039ABC

Black with #039ABC

Text Example


Text Example

White with #039ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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