Html Css Color HEX #009BA5 Bondi Blue

📋 copy color: '#009BA5'

red 0 ◦ green 155 ◦ blue 165

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

Shades of Bondi Blue #009BA5

Tints of Bondi Blue #009BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.44%

 BLUE value IS 165 (64.84% from 255) = 51.56%

R = 0%
G = 48.44%
B = 51.56%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#009BA5 (or 0x009BA5) is known color: Bondi Blue. HEX triplet: 00, 9B and A5. RGB value is (0,155,165). Sum of RGB (Red+Green+Blue) = 0+155+165=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #009BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BA5 is #FF645A. Grayscale: #6D6D6D. Windows color (decimal): -16737371 or 10853120. OLE color: 10853120.

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

Color convert

RGB 0 155 165 -
CMYK 1 0.06 0 0.35
HSL 183.64º 1% 0.32% -
HSV(B) 183.64º 1% 0.65% -
XYZ 18.51 26.16 39.67 -
YUV 109.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 0 155 165 1 0.06 0 0.35 183.64 1 0.32
Hex 0 9B A5 64 6 0 23 B8 64 20
Octal 0 233 245 144 6 0 43 270 144 40
Binary 0 10011011 10100101 1100100 110 0 100011 10111000 1100100 100000

Color Harmonies of #009BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009BA5

Black with #009BA5

Text Example


Text Example

White with #009BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,155,165); }

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

background-color css

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

 a { background-color: rgb(0,155,165); }

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

border-color css

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

 span { border-color: rgb(0,155,165); }

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