Html Css Color HEX #039CBB Bondi Blue

📋 copy color: '#039CBB'

red 3 ◦ green 156 ◦ blue 187

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

Shades of Bondi Blue #039CBB

Tints of Bondi Blue #039CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.09%

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

R = 0.87%
G = 45.09%
B = 54.05%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#039CBB (or 0x039CBB) is known color: Bondi Blue. HEX triplet: 03, 9C and BB. RGB value is (3,156,187). Sum of RGB (Red+Green+Blue) = 3+156+187=346 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #039CBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039CBB is #FC6344. Grayscale: #717171. Windows color (decimal): -16540485 or 12295171. OLE color: 12295171.

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

Color convert

RGB 3 156 187 -
CMYK 0.98 0.17 0 0.27
HSL 190.11º 0.97% 0.37% -
HSV(B) 190.11º 0.98% 0.73% -
XYZ 20.9 27.38 51.2 -
YUV 113.79 169.31 48.98 -
System Red Green Blue C M Y K H S L
Decimal 3 156 187 0.98 0.17 0 0.27 190.11 0.97 0.37
Hex 3 9C BB 62 11 0 1B BE 61 25
Octal 3 234 273 142 21 0 33 276 141 45
Binary 11 10011100 10111011 1100010 10001 0 11011 10111110 1100001 100101

Color Harmonies of #039CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039CBB

Black with #039CBB

Text Example


Text Example

White with #039CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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