Html Css Color HEX #0294AB Bondi Blue

📋 copy color: '#0294AB'

red 2 ◦ green 148 ◦ blue 171

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

Shades of Bondi Blue #0294AB

Tints of Bondi Blue #0294AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 0.62%
G = 46.11%
B = 53.27%

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

#0294AB (or 0x0294AB) is known color: Bondi Blue. HEX triplet: 02, 94 and AB. RGB value is (2,148,171). Sum of RGB (Red+Green+Blue) = 2+148+171=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #0294AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0294AB is #FD6B54. Grayscale: #6A6A6A. Windows color (decimal): -16608085 or 11244546. OLE color: 11244546.

HSL color Cylindrical-coordinate representation of color #0294AB: hue angle of 188.17º 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 #0294AB is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 148 171 -
CMYK 0.99 0.13 0 0.33
HSL 188.17º 0.98% 0.34% -
HSV(B) 188.17º 0.99% 0.67% -
XYZ 17.97 24.13 42.24 -
YUV 106.97 164.13 53.13 -
System Red Green Blue C M Y K H S L
Decimal 2 148 171 0.99 0.13 0 0.33 188.17 0.98 0.34
Hex 2 94 AB 63 D 0 21 BC 62 22
Octal 2 224 253 143 15 0 41 274 142 42
Binary 10 10010100 10101011 1100011 1101 0 100001 10111100 1100010 100010

Color Harmonies of #0294AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0294AB

Black with #0294AB

Text Example


Text Example

White with #0294AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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