Html Css Color HEX #008DB6 Bondi Blue

📋 copy color: '#008DB6'

red 0 ◦ green 141 ◦ blue 182

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

Shades of Bondi Blue #008DB6

Tints of Bondi Blue #008DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56.35%

R = 0%
G = 43.65%
B = 56.35%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#008DB6 (or 0x008DB6) is known color: Bondi Blue. HEX triplet: 00, 8D and B6. RGB value is (0,141,182). Sum of RGB (Red+Green+Blue) = 0+141+182=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #008DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DB6 is #FF7249. Grayscale: #676767. Windows color (decimal): -16740938 or 11963648. OLE color: 11963648.

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

Color convert

RGB 0 141 182 -
CMYK 1 0.23 0 0.29
HSL 193.52º 1% 0.36% -
HSV(B) 193.52º 1% 0.71% -
XYZ 17.97 22.43 47.64 -
YUV 103.52 172.29 54.17 -
System Red Green Blue C M Y K H S L
Decimal 0 141 182 1 0.23 0 0.29 193.52 1 0.36
Hex 0 8D B6 64 17 0 1D C2 64 24
Octal 0 215 266 144 27 0 35 302 144 44
Binary 0 10001101 10110110 1100100 10111 0 11101 11000010 1100100 100100

Color Harmonies of #008DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DB6

Black with #008DB6

Text Example


Text Example

White with #008DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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