Html Css Color HEX #0293AE Bondi Blue

📋 copy color: '#0293AE'

red 2 ◦ green 147 ◦ blue 174

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

Shades of Bondi Blue #0293AE

Tints of Bondi Blue #0293AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 0.62%
G = 45.51%
B = 53.87%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0293AE (or 0x0293AE) is known color: Bondi Blue. HEX triplet: 02, 93 and AE. RGB value is (2,147,174). Sum of RGB (Red+Green+Blue) = 2+147+174=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #0293AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0293AE is #FD6C51. Grayscale: #6A6A6A. Windows color (decimal): -16608338 or 11440898. OLE color: 11440898.

HSL color Cylindrical-coordinate representation of color #0293AE: hue angle of 189.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293AE is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 147 174 -
CMYK 0.99 0.16 0 0.32
HSL 189.42º 0.98% 0.35% -
HSV(B) 189.42º 0.99% 0.68% -
XYZ 18.1 23.94 43.71 -
YUV 106.72 165.96 53.3 -
System Red Green Blue C M Y K H S L
Decimal 2 147 174 0.99 0.16 0 0.32 189.42 0.98 0.35
Hex 2 93 AE 63 10 0 20 BD 62 23
Octal 2 223 256 143 20 0 40 275 142 43
Binary 10 10010011 10101110 1100011 10000 0 100000 10111101 1100010 100011

Color Harmonies of #0293AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0293AE

Black with #0293AE

Text Example


Text Example

White with #0293AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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