Html Css Color HEX #0494AB Bondi Blue

📋 copy color: '#0494AB'

red 4 ◦ green 148 ◦ blue 171

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

Shades of Bondi Blue #0494AB

Tints of Bondi Blue #0494AB

RGB

 RED value IS 4 (1.95% from 255) = 1.24%

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

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

R = 1.24%
G = 45.82%
B = 52.94%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0494AB (or 0x0494AB) is known color: Bondi Blue. HEX triplet: 04, 94 and AB. RGB value is (4,148,171). Sum of RGB (Red+Green+Blue) = 4+148+171=323 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0494AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0494AB is #FB6B54. Grayscale: #6B6B6B. Windows color (decimal): -16477013 or 11244548. OLE color: 11244548.

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

Color convert

RGB 4 148 171 -
CMYK 0.98 0.13 0 0.33
HSL 188.26º 0.95% 0.34% -
HSV(B) 188.26º 0.98% 0.67% -
XYZ 17.99 24.15 42.24 -
YUV 107.57 163.79 54.13 -
System Red Green Blue C M Y K H S L
Decimal 4 148 171 0.98 0.13 0 0.33 188.26 0.95 0.34
Hex 4 94 AB 62 D 0 21 BC 5F 22
Octal 4 224 253 142 15 0 41 274 137 42
Binary 100 10010100 10101011 1100010 1101 0 100001 10111100 1011111 100010

Color Harmonies of #0494AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0494AB

Black with #0494AB

Text Example


Text Example

White with #0494AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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