Html Css Color HEX #008DBA Bondi Blue

📋 copy color: '#008DBA'

red 0 ◦ green 141 ◦ blue 186

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

Shades of Bondi Blue #008DBA

Tints of Bondi Blue #008DBA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 141 (55.47% from 255) = 43.12%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 0%
G = 43.12%
B = 56.88%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#008DBA (or 0x008DBA) is known color: Bondi Blue. HEX triplet: 00, 8D and BA. RGB value is (0,141,186). Sum of RGB (Red+Green+Blue) = 0+141+186=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #008DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DBA is #FF7245. Grayscale: #676767. Windows color (decimal): -16740934 or 12225792. OLE color: 12225792.

HSL color Cylindrical-coordinate representation of color #008DBA: hue angle of 194.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DBA is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 141 186 -
CMYK 1 0.24 0 0.27
HSL 194.52º 1% 0.36% -
HSV(B) 194.52º 1% 0.73% -
XYZ 18.39 22.59 49.85 -
YUV 103.97 174.29 53.84 -
System Red Green Blue C M Y K H S L
Decimal 0 141 186 1 0.24 0 0.27 194.52 1 0.36
Hex 0 8D BA 64 18 0 1B C3 64 24
Octal 0 215 272 144 30 0 33 303 144 44
Binary 0 10001101 10111010 1100100 11000 0 11011 11000011 1100100 100100

Color Harmonies of #008DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DBA

Black with #008DBA

Text Example


Text Example

White with #008DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008DBA; }

 p { color: rgb(0,141,186); }

 H1.HeaderClassName
 {
   color: #008DBA;
 }
 .AnyTagClassName
 {
   color: #008DBA;
 }
</style>

background-color css

<style>
 a { background-color: #008DBA; }

 a { background-color: rgb(0,141,186); }

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

border-color css

<style>
 span { border-color: #008DBA; }

 span { border-color: rgb(0,141,186); }

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