Html Css Color HEX #0294AA Bondi Blue

📋 copy color: '#0294AA'

red 2 ◦ green 148 ◦ blue 170

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

Shades of Bondi Blue #0294AA

Tints of Bondi Blue #0294AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.25%

 BLUE value IS 170 (66.8% from 255) = 53.13%

R = 0.63%
G = 46.25%
B = 53.13%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0294AA (or 0x0294AA) is known color: Bondi Blue. HEX triplet: 02, 94 and AA. RGB value is (2,148,170). Sum of RGB (Red+Green+Blue) = 2+148+170=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0294AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0294AA is #FD6B55. Grayscale: #6A6A6A. Windows color (decimal): -16608086 or 11179010. OLE color: 11179010.

HSL color Cylindrical-coordinate representation of color #0294AA: hue angle of 187.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294AA is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 148 170 -
CMYK 0.99 0.13 0 0.33
HSL 187.86º 0.98% 0.34% -
HSV(B) 187.86º 0.99% 0.67% -
XYZ 17.87 24.1 41.74 -
YUV 106.85 163.63 53.21 -
System Red Green Blue C M Y K H S L
Decimal 2 148 170 0.99 0.13 0 0.33 187.86 0.98 0.34
Hex 2 94 AA 63 D 0 21 BC 62 22
Octal 2 224 252 143 15 0 41 274 142 42
Binary 10 10010100 10101010 1100011 1101 0 100001 10111100 1100010 100010

Color Harmonies of #0294AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0294AA

Black with #0294AA

Text Example


Text Example

White with #0294AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0294AA; }

 p { color: rgb(2,148,170); }

 H1.HeaderClassName
 {
   color: #0294AA;
 }
 .AnyTagClassName
 {
   color: #0294AA;
 }
</style>

background-color css

<style>
 a { background-color: #0294AA; }

 a { background-color: rgb(2,148,170); }

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

border-color css

<style>
 span { border-color: #0294AA; }

 span { border-color: rgb(2,148,170); }

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