Html Css Color HEX #0893BB Bondi Blue

📋 copy color: '#0893BB'

red 8 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #0893BB

Tints of Bondi Blue #0893BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.68%

R = 2.34%
G = 42.98%
B = 54.68%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0893BB (or 0x0893BB) is known color: Bondi Blue. HEX triplet: 08, 93 and BB. RGB value is (8,147,187). Sum of RGB (Red+Green+Blue) = 8+147+187=342 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.34% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #0893BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893BB is #F76C44. Grayscale: #6D6D6D. Windows color (decimal): -16215109 or 12292872. OLE color: 12292872.

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

Color convert

RGB 8 147 187 -
CMYK 0.96 0.21 0 0.27
HSL 193.41º 0.92% 0.38% -
HSV(B) 193.41º 0.96% 0.73% -
XYZ 19.5 24.51 50.72 -
YUV 110 171.45 55.25 -
System Red Green Blue C M Y K H S L
Decimal 8 147 187 0.96 0.21 0 0.27 193.41 0.92 0.38
Hex 8 93 BB 60 15 0 1B C1 5C 26
Octal 10 223 273 140 25 0 33 301 134 46
Binary 1000 10010011 10111011 1100000 10101 0 11011 11000001 1011100 100110

Color Harmonies of #0893BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0893BB

Black with #0893BB

Text Example


Text Example

White with #0893BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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