Html Css Color HEX #0295AC Bondi Blue

📋 copy color: '#0295AC'

red 2 ◦ green 149 ◦ blue 172

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

Shades of Bondi Blue #0295AC

Tints of Bondi Blue #0295AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 0.62%
G = 46.13%
B = 53.25%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0295AC (or 0x0295AC) is known color: Bondi Blue. HEX triplet: 02, 95 and AC. RGB value is (2,149,172). Sum of RGB (Red+Green+Blue) = 2+149+172=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #0295AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0295AC is #FD6A53. Grayscale: #6B6B6B. Windows color (decimal): -16607828 or 11310338. OLE color: 11310338.

HSL color Cylindrical-coordinate representation of color #0295AC: hue angle of 188.12º 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 #0295AC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 149 172 -
CMYK 0.99 0.13 0 0.33
HSL 188.12º 0.98% 0.34% -
HSV(B) 188.12º 0.99% 0.67% -
XYZ 18.22 24.49 42.8 -
YUV 107.67 164.3 52.63 -
System Red Green Blue C M Y K H S L
Decimal 2 149 172 0.99 0.13 0 0.33 188.12 0.98 0.34
Hex 2 95 AC 63 D 0 21 BC 62 22
Octal 2 225 254 143 15 0 41 274 142 42
Binary 10 10010101 10101100 1100011 1101 0 100001 10111100 1100010 100010

Color Harmonies of #0295AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0295AC

Black with #0295AC

Text Example


Text Example

White with #0295AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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