Html Css Color HEX #0297A9 Bondi Blue

📋 copy color: '#0297A9'

red 2 ◦ green 151 ◦ blue 169

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

Shades of Bondi Blue #0297A9

Tints of Bondi Blue #0297A9

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 151 (59.38% from 255) = 46.89%

 BLUE value IS 169 (66.41% from 255) = 52.48%

R = 0.62%
G = 46.89%
B = 52.48%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0297A9 (or 0x0297A9) is known color: Bondi Blue. HEX triplet: 02, 97 and A9. RGB value is (2,151,169). Sum of RGB (Red+Green+Blue) = 2+151+169=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #0297A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0297A9 is #FD6856. Grayscale: #6C6C6C. Windows color (decimal): -16607319 or 11114242. OLE color: 11114242.

HSL color Cylindrical-coordinate representation of color #0297A9: hue angle of 186.47º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297A9 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 2 151 169 -
CMYK 0.99 0.11 0 0.34
HSL 186.47º 0.98% 0.34% -
HSV(B) 186.47º 0.99% 0.66% -
XYZ 18.25 25.01 41.4 -
YUV 108.5 162.14 52.04 -
System Red Green Blue C M Y K H S L
Decimal 2 151 169 0.99 0.11 0 0.34 186.47 0.98 0.34
Hex 2 97 A9 63 B 0 22 BA 62 22
Octal 2 227 251 143 13 0 42 272 142 42
Binary 10 10010111 10101001 1100011 1011 0 100010 10111010 1100010 100010

Color Harmonies of #0297A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0297A9

Black with #0297A9

Text Example


Text Example

White with #0297A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0297A9; }

 p { color: rgb(2,151,169); }

 H1.HeaderClassName
 {
   color: #0297A9;
 }
 .AnyTagClassName
 {
   color: #0297A9;
 }
</style>

background-color css

<style>
 a { background-color: #0297A9; }

 a { background-color: rgb(2,151,169); }

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

border-color css

<style>
 span { border-color: #0297A9; }

 span { border-color: rgb(2,151,169); }

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