Html Css Color HEX #0896B3 Bondi Blue

📋 copy color: '#0896B3'

red 8 ◦ green 150 ◦ blue 179

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

Shades of Bondi Blue #0896B3

Tints of Bondi Blue #0896B3

RGB

 RED value IS 8 (3.52% from 255) = 2.37%

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

 BLUE value IS 179 (70.31% from 255) = 53.12%

R = 2.37%
G = 44.51%
B = 53.12%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0896B3 (or 0x0896B3) is known color: Bondi Blue. HEX triplet: 08, 96 and B3. RGB value is (8,150,179). Sum of RGB (Red+Green+Blue) = 8+150+179=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #0896B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896B3 is #F7694C. Grayscale: #6E6E6E. Windows color (decimal): -16214349 or 11769352. OLE color: 11769352.

HSL color Cylindrical-coordinate representation of color #0896B3: hue angle of 190.18º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0896B3 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 150 179 -
CMYK 0.96 0.16 0 0.30
HSL 190.18º 0.91% 0.37% -
HSV(B) 190.18º 0.96% 0.7% -
XYZ 19.14 25.12 46.49 -
YUV 110.85 166.46 54.64 -
System Red Green Blue C M Y K H S L
Decimal 8 150 179 0.96 0.16 0 0.30 190.18 0.91 0.37
Hex 8 96 B3 60 10 0 1E BE 5B 25
Octal 10 226 263 140 20 0 36 276 133 45
Binary 1000 10010110 10110011 1100000 10000 0 11110 10111110 1011011 100101

Color Harmonies of #0896B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0896B3

Black with #0896B3

Text Example


Text Example

White with #0896B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0896B3; }

 p { color: rgb(8,150,179); }

 H1.HeaderClassName
 {
   color: #0896B3;
 }
 .AnyTagClassName
 {
   color: #0896B3;
 }
</style>

background-color css

<style>
 a { background-color: #0896B3; }

 a { background-color: rgb(8,150,179); }

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

border-color css

<style>
 span { border-color: #0896B3; }

 span { border-color: rgb(8,150,179); }

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