Html Css Color HEX #0893BD Bondi Blue

📋 copy color: '#0893BD'

red 8 ◦ green 147 ◦ blue 189

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

Shades of Bondi Blue #0893BD

Tints of Bondi Blue #0893BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.94%

R = 2.33%
G = 42.73%
B = 54.94%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0893BD (or 0x0893BD) is known color: Bondi Blue. HEX triplet: 08, 93 and BD. RGB value is (8,147,189). Sum of RGB (Red+Green+Blue) = 8+147+189=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #0893BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893BD is #F76C42. Grayscale: #6D6D6D. Windows color (decimal): -16215107 or 12423944. OLE color: 12423944.

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

Color convert

RGB 8 147 189 -
CMYK 0.96 0.22 0 0.26
HSL 193.92º 0.92% 0.39% -
HSV(B) 193.92º 0.96% 0.74% -
XYZ 19.72 24.59 51.85 -
YUV 110.23 172.45 55.08 -
System Red Green Blue C M Y K H S L
Decimal 8 147 189 0.96 0.22 0 0.26 193.92 0.92 0.39
Hex 8 93 BD 60 16 0 1A C2 5C 27
Octal 10 223 275 140 26 0 32 302 134 47
Binary 1000 10010011 10111101 1100000 10110 0 11010 11000010 1011100 100111

Color Harmonies of #0893BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0893BD

Black with #0893BD

Text Example


Text Example

White with #0893BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0893BD; }

 p { color: rgb(8,147,189); }

 H1.HeaderClassName
 {
   color: #0893BD;
 }
 .AnyTagClassName
 {
   color: #0893BD;
 }
</style>

background-color css

<style>
 a { background-color: #0893BD; }

 a { background-color: rgb(8,147,189); }

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

border-color css

<style>
 span { border-color: #0893BD; }

 span { border-color: rgb(8,147,189); }

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