Html Css Color HEX #009DBA Bondi Blue

📋 copy color: '#009DBA'

red 0 ◦ green 157 ◦ blue 186

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

Shades of Bondi Blue #009DBA

Tints of Bondi Blue #009DBA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.77%

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

R = 0%
G = 45.77%
B = 54.23%

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

#009DBA (or 0x009DBA) is known color: Bondi Blue. HEX triplet: 00, 9D and BA. RGB value is (0,157,186). Sum of RGB (Red+Green+Blue) = 0+157+186=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #009DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009DBA is #FF6245. Grayscale: #717171. Windows color (decimal): -16736838 or 12229888. OLE color: 12229888.

HSL color Cylindrical-coordinate representation of color #009DBA: hue angle of 189.35º 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 #009DBA is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 157 186 -
CMYK 1 0.16 0 0.27
HSL 189.35º 1% 0.36% -
HSV(B) 189.35º 1% 0.73% -
XYZ 20.92 27.66 50.69 -
YUV 113.36 168.99 47.14 -
System Red Green Blue C M Y K H S L
Decimal 0 157 186 1 0.16 0 0.27 189.35 1 0.36
Hex 0 9D BA 64 10 0 1B BD 64 24
Octal 0 235 272 144 20 0 33 275 144 44
Binary 0 10011101 10111010 1100100 10000 0 11011 10111101 1100100 100100

Color Harmonies of #009DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009DBA

Black with #009DBA

Text Example


Text Example

White with #009DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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