Html Css Color HEX #0295AA Bondi Blue

📋 copy color: '#0295AA'

red 2 ◦ green 149 ◦ blue 170

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

Shades of Bondi Blue #0295AA

Tints of Bondi Blue #0295AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.42%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 0.62%
G = 46.42%
B = 52.96%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0295AA (or 0x0295AA) is known color: Bondi Blue. HEX triplet: 02, 95 and AA. RGB value is (2,149,170). Sum of RGB (Red+Green+Blue) = 2+149+170=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #0295AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0295AA is #FD6A55. Grayscale: #6B6B6B. Windows color (decimal): -16607830 or 11179266. OLE color: 11179266.

HSL color Cylindrical-coordinate representation of color #0295AA: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295AA is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 149 170 -
CMYK 0.99 0.12 0 0.33
HSL 187.5º 0.98% 0.34% -
HSV(B) 187.5º 0.99% 0.67% -
XYZ 18.03 24.41 41.79 -
YUV 107.44 163.3 52.79 -
System Red Green Blue C M Y K H S L
Decimal 2 149 170 0.99 0.12 0 0.33 187.5 0.98 0.34
Hex 2 95 AA 63 C 0 21 BC 62 22
Octal 2 225 252 143 14 0 41 274 142 42
Binary 10 10010101 10101010 1100011 1100 0 100001 10111100 1100010 100010

Color Harmonies of #0295AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0295AA

Black with #0295AA

Text Example


Text Example

White with #0295AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0295AA; }

 p { color: rgb(2,149,170); }

 H1.HeaderClassName
 {
   color: #0295AA;
 }
 .AnyTagClassName
 {
   color: #0295AA;
 }
</style>

background-color css

<style>
 a { background-color: #0295AA; }

 a { background-color: rgb(2,149,170); }

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

border-color css

<style>
 span { border-color: #0295AA; }

 span { border-color: rgb(2,149,170); }

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