Html Css Color HEX #0296BE Bondi Blue

📋 copy color: '#0296BE'

red 2 ◦ green 150 ◦ blue 190

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

Shades of Bondi Blue #0296BE

Tints of Bondi Blue #0296BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.56%

R = 0.58%
G = 43.86%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0296BE (or 0x0296BE) is known color: Bondi Blue. HEX triplet: 02, 96 and BE. RGB value is (2,150,190). Sum of RGB (Red+Green+Blue) = 2+150+190=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #0296BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0296BE is #FD6941. Grayscale: #6E6E6E. Windows color (decimal): -16607554 or 12490242. OLE color: 12490242.

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

Color convert

RGB 2 150 190 -
CMYK 0.99 0.21 0 0.25
HSL 192.77º 0.98% 0.38% -
HSV(B) 192.77º 0.99% 0.75% -
XYZ 20.23 25.54 52.58 -
YUV 110.31 172.97 50.75 -
System Red Green Blue C M Y K H S L
Decimal 2 150 190 0.99 0.21 0 0.25 192.77 0.98 0.38
Hex 2 96 BE 63 15 0 19 C1 62 26
Octal 2 226 276 143 25 0 31 301 142 46
Binary 10 10010110 10111110 1100011 10101 0 11001 11000001 1100010 100110

Color Harmonies of #0296BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0296BE

Black with #0296BE

Text Example


Text Example

White with #0296BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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