Html Css Color HEX #0296BD Bondi Blue

📋 copy color: '#0296BD'

red 2 ◦ green 150 ◦ blue 189

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

Shades of Bondi Blue #0296BD

Tints of Bondi Blue #0296BD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

 BLUE value IS 189 (74.22% from 255) = 55.43%

R = 0.59%
G = 43.99%
B = 55.43%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0296BD (or 0x0296BD) is known color: Bondi Blue. HEX triplet: 02, 96 and BD. RGB value is (2,150,189). Sum of RGB (Red+Green+Blue) = 2+150+189=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #0296BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0296BD is #FD6942. Grayscale: #6D6D6D. Windows color (decimal): -16607555 or 12424706. OLE color: 12424706.

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

Color convert

RGB 2 150 189 -
CMYK 0.99 0.21 0 0.26
HSL 192.51º 0.98% 0.37% -
HSV(B) 192.51º 0.99% 0.74% -
XYZ 20.12 25.5 52.01 -
YUV 110.19 172.47 50.83 -
System Red Green Blue C M Y K H S L
Decimal 2 150 189 0.99 0.21 0 0.26 192.51 0.98 0.37
Hex 2 96 BD 63 15 0 1A C1 62 25
Octal 2 226 275 143 25 0 32 301 142 45
Binary 10 10010110 10111101 1100011 10101 0 11010 11000001 1100010 100101

Color Harmonies of #0296BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0296BD

Black with #0296BD

Text Example


Text Example

White with #0296BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0296BD; }

 p { color: rgb(2,150,189); }

 H1.HeaderClassName
 {
   color: #0296BD;
 }
 .AnyTagClassName
 {
   color: #0296BD;
 }
</style>

background-color css

<style>
 a { background-color: #0296BD; }

 a { background-color: rgb(2,150,189); }

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

border-color css

<style>
 span { border-color: #0296BD; }

 span { border-color: rgb(2,150,189); }

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