Html Css Color HEX #0293BB Bondi Blue

📋 copy color: '#0293BB'

red 2 ◦ green 147 ◦ blue 187

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

Shades of Bondi Blue #0293BB

Tints of Bondi Blue #0293BB

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

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

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

R = 0.6%
G = 43.75%
B = 55.65%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0293BB (or 0x0293BB) is known color: Bondi Blue. HEX triplet: 02, 93 and BB. RGB value is (2,147,187). Sum of RGB (Red+Green+Blue) = 2+147+187=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #0293BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293BB is #FD6C44. Grayscale: #6B6B6B. Windows color (decimal): -16608325 or 12292866. OLE color: 12292866.

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

Color convert

RGB 2 147 187 -
CMYK 0.99 0.21 0 0.27
HSL 192.97º 0.98% 0.37% -
HSV(B) 192.97º 0.99% 0.73% -
XYZ 19.43 24.47 50.71 -
YUV 108.21 172.46 52.25 -
System Red Green Blue C M Y K H S L
Decimal 2 147 187 0.99 0.21 0 0.27 192.97 0.98 0.37
Hex 2 93 BB 63 15 0 1B C1 62 25
Octal 2 223 273 143 25 0 33 301 142 45
Binary 10 10010011 10111011 1100011 10101 0 11011 11000001 1100010 100101

Color Harmonies of #0293BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293BB

Black with #0293BB

Text Example


Text Example

White with #0293BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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