Html Css Color HEX #0093BB Bondi Blue

📋 copy color: '#0093BB'

red 0 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #0093BB

Tints of Bondi Blue #0093BB

RGB

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

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

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

R = 0%
G = 44.01%
B = 55.99%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0093BB (or 0x0093BB) is known color: Bondi Blue. HEX triplet: 00, 93 and BB. RGB value is (0,147,187). Sum of RGB (Red+Green+Blue) = 0+147+187=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #0093BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0093BB is #FF6C44. Grayscale: #6B6B6B. Windows color (decimal): -16739397 or 12292864. OLE color: 12292864.

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

Color convert

RGB 0 147 187 -
CMYK 1 0.21 0 0.27
HSL 192.83º 1% 0.37% -
HSV(B) 192.83º 1% 0.73% -
XYZ 19.4 24.46 50.71 -
YUV 107.61 172.8 51.25 -
System Red Green Blue C M Y K H S L
Decimal 0 147 187 1 0.21 0 0.27 192.83 1 0.37
Hex 0 93 BB 64 15 0 1B C1 64 25
Octal 0 223 273 144 25 0 33 301 144 45
Binary 0 10010011 10111011 1100100 10101 0 11011 11000001 1100100 100101

Color Harmonies of #0093BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0093BB

Black with #0093BB

Text Example


Text Example

White with #0093BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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