Html Css Color HEX #0297A7 Bondi Blue

📋 copy color: '#0297A7'

red 2 ◦ green 151 ◦ blue 167

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

Shades of Bondi Blue #0297A7

Tints of Bondi Blue #0297A7

RGB

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

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

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

R = 0.63%
G = 47.19%
B = 52.19%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0297A7 (or 0x0297A7) is known color: Bondi Blue. HEX triplet: 02, 97 and A7. RGB value is (2,151,167). Sum of RGB (Red+Green+Blue) = 2+151+167=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #0297A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0297A7 is #FD6858. Grayscale: #6C6C6C. Windows color (decimal): -16607321 or 10983170. OLE color: 10983170.

HSL color Cylindrical-coordinate representation of color #0297A7: hue angle of 185.82º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297A7 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 151 167 -
CMYK 0.99 0.10 0 0.35
HSL 185.82º 0.98% 0.33% -
HSV(B) 185.82º 0.99% 0.65% -
XYZ 18.07 24.94 40.42 -
YUV 108.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 2 151 167 0.99 0.10 0 0.35 185.82 0.98 0.33
Hex 2 97 A7 63 A 0 23 BA 62 21
Octal 2 227 247 143 12 0 43 272 142 41
Binary 10 10010111 10100111 1100011 1010 0 100011 10111010 1100010 100001

Color Harmonies of #0297A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0297A7

Black with #0297A7

Text Example


Text Example

White with #0297A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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