Html Css Color HEX #0894BC Bondi Blue

📋 copy color: '#0894BC'

red 8 ◦ green 148 ◦ blue 188

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

Shades of Bondi Blue #0894BC

Tints of Bondi Blue #0894BC

RGB

 RED value IS 8 (3.52% from 255) = 2.33%

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

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

R = 2.33%
G = 43.02%
B = 54.65%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0894BC (or 0x0894BC) is known color: Bondi Blue. HEX triplet: 08, 94 and BC. RGB value is (8,148,188). Sum of RGB (Red+Green+Blue) = 8+148+188=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #0894BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0894BC is #F76B43. Grayscale: #6E6E6E. Windows color (decimal): -16214852 or 12358664. OLE color: 12358664.

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

Color convert

RGB 8 148 188 -
CMYK 0.96 0.21 0 0.26
HSL 193.33º 0.92% 0.38% -
HSV(B) 193.33º 0.96% 0.74% -
XYZ 19.77 24.86 51.33 -
YUV 110.7 171.62 54.75 -
System Red Green Blue C M Y K H S L
Decimal 8 148 188 0.96 0.21 0 0.26 193.33 0.92 0.38
Hex 8 94 BC 60 15 0 1A C1 5C 26
Octal 10 224 274 140 25 0 32 301 134 46
Binary 1000 10010100 10111100 1100000 10101 0 11010 11000001 1011100 100110

Color Harmonies of #0894BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0894BC

Black with #0894BC

Text Example


Text Example

White with #0894BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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