Html Css Color HEX #008DBE Bondi Blue

📋 copy color: '#008DBE'

red 0 ◦ green 141 ◦ blue 190

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

Shades of Bondi Blue #008DBE

Tints of Bondi Blue #008DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 0%
G = 42.6%
B = 57.4%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#008DBE (or 0x008DBE) is known color: Bondi Blue. HEX triplet: 00, 8D and BE. RGB value is (0,141,190). Sum of RGB (Red+Green+Blue) = 0+141+190=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #008DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DBE is #FF7241. Grayscale: #686868. Windows color (decimal): -16740930 or 12487936. OLE color: 12487936.

HSL color Cylindrical-coordinate representation of color #008DBE: hue angle of 195.47º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DBE is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 141 190 -
CMYK 1 0.26 0 0.25
HSL 195.47º 1% 0.37% -
HSV(B) 195.47º 1% 0.75% -
XYZ 18.82 22.77 52.12 -
YUV 104.43 176.29 53.52 -
System Red Green Blue C M Y K H S L
Decimal 0 141 190 1 0.26 0 0.25 195.47 1 0.37
Hex 0 8D BE 64 1A 0 19 C3 64 25
Octal 0 215 276 144 32 0 31 303 144 45
Binary 0 10001101 10111110 1100100 11010 0 11001 11000011 1100100 100101

Color Harmonies of #008DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DBE

Black with #008DBE

Text Example


Text Example

White with #008DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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