Html Css Color HEX #0896BE Bondi Blue

📋 copy color: '#0896BE'

red 8 ◦ green 150 ◦ blue 190

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

Shades of Bondi Blue #0896BE

Tints of Bondi Blue #0896BE

RGB

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

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

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

R = 2.3%
G = 43.1%
B = 54.6%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0896BE (or 0x0896BE) is known color: Bondi Blue. HEX triplet: 08, 96 and BE. RGB value is (8,150,190). Sum of RGB (Red+Green+Blue) = 8+150+190=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #0896BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896BE is #F76941. Grayscale: #6F6F6F. Windows color (decimal): -16214338 or 12490248. OLE color: 12490248.

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

Color convert

RGB 8 150 190 -
CMYK 0.96 0.21 0 0.25
HSL 193.19º 0.92% 0.39% -
HSV(B) 193.19º 0.96% 0.75% -
XYZ 20.3 25.58 52.58 -
YUV 112.1 171.96 53.75 -
System Red Green Blue C M Y K H S L
Decimal 8 150 190 0.96 0.21 0 0.25 193.19 0.92 0.39
Hex 8 96 BE 60 15 0 19 C1 5C 27
Octal 10 226 276 140 25 0 31 301 134 47
Binary 1000 10010110 10111110 1100000 10101 0 11001 11000001 1011100 100111

Color Harmonies of #0896BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0896BE

Black with #0896BE

Text Example


Text Example

White with #0896BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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