Html Css Color HEX #008DB0 Bondi Blue

📋 copy color: '#008DB0'

red 0 ◦ green 141 ◦ blue 176

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

Shades of Bondi Blue #008DB0

Tints of Bondi Blue #008DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 55.52%

R = 0%
G = 44.48%
B = 55.52%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#008DB0 (or 0x008DB0) is known color: Bondi Blue. HEX triplet: 00, 8D and B0. RGB value is (0,141,176). Sum of RGB (Red+Green+Blue) = 0+141+176=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 176 (69.14% from 255 or 55.52% from 317); Max value from RGB is 176 - color contains mainly: blue. Hex color #008DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008DB0 is #FF724F. Grayscale: #666666. Windows color (decimal): -16740944 or 11570432. OLE color: 11570432.

HSL color Cylindrical-coordinate representation of color #008DB0: hue angle of 191.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DB0 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 141 176 -
CMYK 1 0.20 0 0.31
HSL 191.93º 1% 0.35% -
HSV(B) 191.93º 1% 0.69% -
XYZ 17.36 22.18 44.44 -
YUV 102.83 169.29 54.65 -
System Red Green Blue C M Y K H S L
Decimal 0 141 176 1 0.20 0 0.31 191.93 1 0.35
Hex 0 8D B0 64 14 0 1F C0 64 23
Octal 0 215 260 144 24 0 37 300 144 43
Binary 0 10001101 10110000 1100100 10100 0 11111 11000000 1100100 100011

Color Harmonies of #008DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DB0

Black with #008DB0

Text Example


Text Example

White with #008DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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