Html Css Color HEX #0295B6 Bondi Blue

📋 copy color: '#0295B6'

red 2 ◦ green 149 ◦ blue 182

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

Shades of Bondi Blue #0295B6

Tints of Bondi Blue #0295B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.65%

R = 0.6%
G = 44.74%
B = 54.65%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0295B6 (or 0x0295B6) is known color: Bondi Blue. HEX triplet: 02, 95 and B6. RGB value is (2,149,182). Sum of RGB (Red+Green+Blue) = 2+149+182=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #0295B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0295B6 is #FD6A49. Grayscale: #6C6C6C. Windows color (decimal): -16607818 or 11965698. OLE color: 11965698.

HSL color Cylindrical-coordinate representation of color #0295B6: hue angle of 191º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0295B6 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 149 182 -
CMYK 0.99 0.18 0 0.29
HSL 191º 0.98% 0.36% -
HSV(B) 191º 0.99% 0.71% -
XYZ 19.22 24.89 48.05 -
YUV 108.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 2 149 182 0.99 0.18 0 0.29 191 0.98 0.36
Hex 2 95 B6 63 12 0 1D BF 62 24
Octal 2 225 266 143 22 0 35 277 142 44
Binary 10 10010101 10110110 1100011 10010 0 11101 10111111 1100010 100100

Color Harmonies of #0295B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0295B6

Black with #0295B6

Text Example


Text Example

White with #0295B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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