Html Css Color HEX #0394BC Bondi Blue

📋 copy color: '#0394BC'

red 3 ◦ green 148 ◦ blue 188

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

Shades of Bondi Blue #0394BC

Tints of Bondi Blue #0394BC

RGB

 RED value IS 3 (1.56% from 255) = 0.88%

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

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

R = 0.88%
G = 43.66%
B = 55.46%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0394BC (or 0x0394BC) is known color: Bondi Blue. HEX triplet: 03, 94 and BC. RGB value is (3,148,188). Sum of RGB (Red+Green+Blue) = 3+148+188=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 148 (58.20% from 255 or 43.66% 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 #0394BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0394BC is #FC6B43. Grayscale: #6C6C6C. Windows color (decimal): -16542532 or 12358659. OLE color: 12358659.

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

Color convert

RGB 3 148 188 -
CMYK 0.98 0.21 0 0.26
HSL 192.97º 0.97% 0.37% -
HSV(B) 192.97º 0.98% 0.74% -
XYZ 19.7 24.83 51.33 -
YUV 109.21 172.46 52.25 -
System Red Green Blue C M Y K H S L
Decimal 3 148 188 0.98 0.21 0 0.26 192.97 0.97 0.37
Hex 3 94 BC 62 15 0 1A C1 61 25
Octal 3 224 274 142 25 0 32 301 141 45
Binary 11 10010100 10111100 1100010 10101 0 11010 11000001 1100001 100101

Color Harmonies of #0394BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0394BC

Black with #0394BC

Text Example


Text Example

White with #0394BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,148,188); }

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

background-color css

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

 a { background-color: rgb(3,148,188); }

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

border-color css

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

 span { border-color: rgb(3,148,188); }

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