Html Css Color HEX #0094BC Bondi Blue

📋 copy color: '#0094BC'

red 0 ◦ green 148 ◦ blue 188

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

Shades of Bondi Blue #0094BC

Tints of Bondi Blue #0094BC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 44.05%
B = 55.95%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0094BC (or 0x0094BC) is known color: Bondi Blue. HEX triplet: 00, 94 and BC. RGB value is (0,148,188). Sum of RGB (Red+Green+Blue) = 0+148+188=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #0094BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094BC is #FF6B43. Grayscale: #6C6C6C. Windows color (decimal): -16739140 or 12358656. OLE color: 12358656.

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

Color convert

RGB 0 148 188 -
CMYK 1 0.21 0 0.26
HSL 192.77º 1% 0.37% -
HSV(B) 192.77º 1% 0.74% -
XYZ 19.67 24.81 51.33 -
YUV 108.31 172.97 50.75 -
System Red Green Blue C M Y K H S L
Decimal 0 148 188 1 0.21 0 0.26 192.77 1 0.37
Hex 0 94 BC 64 15 0 1A C1 64 25
Octal 0 224 274 144 25 0 32 301 144 45
Binary 0 10010100 10111100 1100100 10101 0 11010 11000001 1100100 100101

Color Harmonies of #0094BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094BC

Black with #0094BC

Text Example


Text Example

White with #0094BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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