Html Css Color HEX #009EA7 Bondi Blue

📋 copy color: '#009EA7'

red 0 ◦ green 158 ◦ blue 167

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

Shades of Bondi Blue #009EA7

Tints of Bondi Blue #009EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 51.38%

R = 0%
G = 48.62%
B = 51.38%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#009EA7 (or 0x009EA7) is known color: Bondi Blue. HEX triplet: 00, 9E and A7. RGB value is (0,158,167). Sum of RGB (Red+Green+Blue) = 0+158+167=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #009EA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EA7 is #FF6158. Grayscale: #6F6F6F. Windows color (decimal): -16736601 or 10984960. OLE color: 10984960.

HSL color Cylindrical-coordinate representation of color #009EA7: hue angle of 183.23º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009EA7 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 158 167 -
CMYK 1 0.05 0 0.35
HSL 183.23º 1% 0.33% -
HSV(B) 183.23º 1% 0.65% -
XYZ 19.2 27.24 40.81 -
YUV 111.78 159.15 48.27 -
System Red Green Blue C M Y K H S L
Decimal 0 158 167 1 0.05 0 0.35 183.23 1 0.33
Hex 0 9E A7 64 5 0 23 B7 64 21
Octal 0 236 247 144 5 0 43 267 144 41
Binary 0 10011110 10100111 1100100 101 0 100011 10110111 1100100 100001

Color Harmonies of #009EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009EA7

Black with #009EA7

Text Example


Text Example

White with #009EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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