#0296BC

Color #0296BC Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0296BC

Tints of Bondi Blue #0296BC

Color information

#0296BC (or 0x0296BC) is unknown color: approx Bondi Blue. HEX triplet: 02, 96 and BC. RGB value is (2,150,188). Sum of RGB (Red+Green+Blue) = 2+150+188=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #0296BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0296BC is #FD6943. Grayscale: #6D6D6D. Windows color (decimal): -16607556 or 12359170. OLE color: 12359170.

HSL color Cylindrical-coordinate representation of color #0296BC: hue angle of 192.26º 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 #0296BC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2150188-
CMYK0.990.2000.26
HSL192.26º97.89%37.25%-
HSV(B)192.26º98.94%73.73%-
XYZ20.0125.4651.44-
YUV110.08171.9750.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.59%
GREEN value IS 150 (58.98% from 255) = 44.12%
BLUE value IS 188 (73.83% from 255) = 55.29%
R=0.59%
G=44.12%
B=55.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal21501880.990.2000.26192.2697.8937.25
Hex296BC631401Ac06225
Octal22262741432403230014245
Binary101001011010111100110001110100011010110000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0296BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0296BC;
 }
 .AnyTagClassName
 {
   color: #0296BC;
 }
</style>
background-color css

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

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

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

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

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

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