Html Css Color HEX #009CBA Bondi Blue

📋 copy color: '#009CBA'

red 0 ◦ green 156 ◦ blue 186

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

Shades of Bondi Blue #009CBA

Tints of Bondi Blue #009CBA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 0%
G = 45.61%
B = 54.39%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#009CBA (or 0x009CBA) is known color: Bondi Blue. HEX triplet: 00, 9C and BA. RGB value is (0,156,186). Sum of RGB (Red+Green+Blue) = 0+156+186=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #009CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CBA is #FF6345. Grayscale: #707070. Windows color (decimal): -16737094 or 12229632. OLE color: 12229632.

HSL color Cylindrical-coordinate representation of color #009CBA: hue angle of 189.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CBA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 156 186 -
CMYK 1 0.16 0 0.27
HSL 189.68º 1% 0.36% -
HSV(B) 189.68º 1% 0.73% -
XYZ 20.75 27.32 50.63 -
YUV 112.78 169.32 47.56 -
System Red Green Blue C M Y K H S L
Decimal 0 156 186 1 0.16 0 0.27 189.68 1 0.36
Hex 0 9C BA 64 10 0 1B BE 64 24
Octal 0 234 272 144 20 0 33 276 144 44
Binary 0 10011100 10111010 1100100 10000 0 11011 10111110 1100100 100100

Color Harmonies of #009CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CBA

Black with #009CBA

Text Example


Text Example

White with #009CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009CBA; }

 p { color: rgb(0,156,186); }

 H1.HeaderClassName
 {
   color: #009CBA;
 }
 .AnyTagClassName
 {
   color: #009CBA;
 }
</style>

background-color css

<style>
 a { background-color: #009CBA; }

 a { background-color: rgb(0,156,186); }

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

border-color css

<style>
 span { border-color: #009CBA; }

 span { border-color: rgb(0,156,186); }

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