Html Css Color HEX #009EBA Bondi Blue

📋 copy color: '#009EBA'

red 0 ◦ green 158 ◦ blue 186

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

Shades of Bondi Blue #009EBA

Tints of Bondi Blue #009EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.93%

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

R = 0%
G = 45.93%
B = 54.07%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#009EBA (or 0x009EBA) is known color: Bondi Blue. HEX triplet: 00, 9E and BA. RGB value is (0,158,186). Sum of RGB (Red+Green+Blue) = 0+158+186=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #009EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EBA is #FF6145. Grayscale: #717171. Windows color (decimal): -16736582 or 12230144. OLE color: 12230144.

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

Color convert

RGB 0 158 186 -
CMYK 1 0.15 0 0.27
HSL 189.03º 1% 0.36% -
HSV(B) 189.03º 1% 0.73% -
XYZ 21.09 28 50.75 -
YUV 113.95 168.65 46.72 -
System Red Green Blue C M Y K H S L
Decimal 0 158 186 1 0.15 0 0.27 189.03 1 0.36
Hex 0 9E BA 64 F 0 1B BD 64 24
Octal 0 236 272 144 17 0 33 275 144 44
Binary 0 10011110 10111010 1100100 1111 0 11011 10111101 1100100 100100

Color Harmonies of #009EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EBA

Black with #009EBA

Text Example


Text Example

White with #009EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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