Html Css Color HEX #0884BD Bondi Blue

📋 copy color: '#0884BD'

red 8 ◦ green 132 ◦ blue 189

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

Shades of Bondi Blue #0884BD

Tints of Bondi Blue #0884BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 2.43%
G = 40.12%
B = 57.45%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0884BD (or 0x0884BD) is known color: Bondi Blue. HEX triplet: 08, 84 and BD. RGB value is (8,132,189). Sum of RGB (Red+Green+Blue) = 8+132+189=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #0884BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0884BD is #F77B42. Grayscale: #656565. Windows color (decimal): -16218947 or 12420104. OLE color: 12420104.

HSL color Cylindrical-coordinate representation of color #0884BD: hue angle of 198.9º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0884BD is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 132 189 -
CMYK 0.96 0.30 0 0.26
HSL 198.9º 0.92% 0.39% -
HSV(B) 198.9º 0.96% 0.74% -
XYZ 17.54 20.23 51.12 -
YUV 101.42 177.42 61.37 -
System Red Green Blue C M Y K H S L
Decimal 8 132 189 0.96 0.30 0 0.26 198.9 0.92 0.39
Hex 8 84 BD 60 1E 0 1A C7 5C 27
Octal 10 204 275 140 36 0 32 307 134 47
Binary 1000 10000100 10111101 1100000 11110 0 11010 11000111 1011100 100111

Color Harmonies of #0884BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0884BD

Black with #0884BD

Text Example


Text Example

White with #0884BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0884BD; }

 p { color: rgb(8,132,189); }

 H1.HeaderClassName
 {
   color: #0884BD;
 }
 .AnyTagClassName
 {
   color: #0884BD;
 }
</style>

background-color css

<style>
 a { background-color: #0884BD; }

 a { background-color: rgb(8,132,189); }

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

border-color css

<style>
 span { border-color: #0884BD; }

 span { border-color: rgb(8,132,189); }

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