Html Css Color HEX #0094BE Bondi Blue

📋 copy color: '#0094BE'

red 0 ◦ green 148 ◦ blue 190

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

Shades of Bondi Blue #0094BE

Tints of Bondi Blue #0094BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.21%

R = 0%
G = 43.79%
B = 56.21%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0094BE (or 0x0094BE) is known color: Bondi Blue. HEX triplet: 00, 94 and BE. RGB value is (0,148,190). Sum of RGB (Red+Green+Blue) = 0+148+190=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #0094BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0094BE is #FF6B41. Grayscale: #6C6C6C. Windows color (decimal): -16739138 or 12489728. OLE color: 12489728.

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

Color convert

RGB 0 148 190 -
CMYK 1 0.22 0 0.25
HSL 193.26º 1% 0.37% -
HSV(B) 193.26º 1% 0.75% -
XYZ 19.88 24.9 52.47 -
YUV 108.54 173.97 50.58 -
System Red Green Blue C M Y K H S L
Decimal 0 148 190 1 0.22 0 0.25 193.26 1 0.37
Hex 0 94 BE 64 16 0 19 C1 64 25
Octal 0 224 276 144 26 0 31 301 144 45
Binary 0 10010100 10111110 1100100 10110 0 11001 11000001 1100100 100101

Color Harmonies of #0094BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0094BE

Black with #0094BE

Text Example


Text Example

White with #0094BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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