Html Css Color HEX #0896AD Bondi Blue

📋 copy color: '#0896AD'

red 8 ◦ green 150 ◦ blue 173

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

Shades of Bondi Blue #0896AD

Tints of Bondi Blue #0896AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 2.42%
G = 45.32%
B = 52.27%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0896AD (or 0x0896AD) is known color: Bondi Blue. HEX triplet: 08, 96 and AD. RGB value is (8,150,173). Sum of RGB (Red+Green+Blue) = 8+150+173=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #0896AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0896AD is #F76952. Grayscale: #6D6D6D. Windows color (decimal): -16214355 or 11376136. OLE color: 11376136.

HSL color Cylindrical-coordinate representation of color #0896AD: hue angle of 188.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0896AD is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 150 173 -
CMYK 0.95 0.13 0 0.32
HSL 188.36º 0.91% 0.35% -
HSV(B) 188.36º 0.95% 0.68% -
XYZ 18.55 24.88 43.36 -
YUV 110.16 163.46 55.13 -
System Red Green Blue C M Y K H S L
Decimal 8 150 173 0.95 0.13 0 0.32 188.36 0.91 0.35
Hex 8 96 AD 5F D 0 20 BC 5B 23
Octal 10 226 255 137 15 0 40 274 133 43
Binary 1000 10010110 10101101 1011111 1101 0 100000 10111100 1011011 100011

Color Harmonies of #0896AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0896AD

Black with #0896AD

Text Example


Text Example

White with #0896AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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