Html Css Color HEX #0493BC Bondi Blue

📋 copy color: '#0493BC'

red 4 ◦ green 147 ◦ blue 188

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

Shades of Bondi Blue #0493BC

Tints of Bondi Blue #0493BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 1.18%
G = 43.36%
B = 55.46%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0493BC (or 0x0493BC) is known color: Bondi Blue. HEX triplet: 04, 93 and BC. RGB value is (4,147,188). Sum of RGB (Red+Green+Blue) = 4+147+188=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #0493BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0493BC is #FB6C43. Grayscale: #6C6C6C. Windows color (decimal): -16477252 or 12358404. OLE color: 12358404.

HSL color Cylindrical-coordinate representation of color #0493BC: hue angle of 193.37º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0493BC is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 147 188 -
CMYK 0.98 0.22 0 0.26
HSL 193.37º 0.96% 0.38% -
HSV(B) 193.37º 0.98% 0.74% -
XYZ 19.56 24.52 51.28 -
YUV 108.92 172.62 53.17 -
System Red Green Blue C M Y K H S L
Decimal 4 147 188 0.98 0.22 0 0.26 193.37 0.96 0.38
Hex 4 93 BC 62 16 0 1A C1 60 26
Octal 4 223 274 142 26 0 32 301 140 46
Binary 100 10010011 10111100 1100010 10110 0 11010 11000001 1100000 100110

Color Harmonies of #0493BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0493BC

Black with #0493BC

Text Example


Text Example

White with #0493BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0493BC; }

 p { color: rgb(4,147,188); }

 H1.HeaderClassName
 {
   color: #0493BC;
 }
 .AnyTagClassName
 {
   color: #0493BC;
 }
</style>

background-color css

<style>
 a { background-color: #0493BC; }

 a { background-color: rgb(4,147,188); }

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

border-color css

<style>
 span { border-color: #0493BC; }

 span { border-color: rgb(4,147,188); }

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