Html Css Color HEX #008CBE Bondi Blue

📋 copy color: '#008CBE'

red 0 ◦ green 140 ◦ blue 190

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

Shades of Bondi Blue #008CBE

Tints of Bondi Blue #008CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 0%
G = 42.42%
B = 57.58%

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

#008CBE (or 0x008CBE) is known color: Bondi Blue. HEX triplet: 00, 8C and BE. RGB value is (0,140,190). Sum of RGB (Red+Green+Blue) = 0+140+190=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #008CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CBE is #FF7341. Grayscale: #676767. Windows color (decimal): -16741186 or 12487680. OLE color: 12487680.

HSL color Cylindrical-coordinate representation of color #008CBE: hue angle of 195.79º 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 #008CBE is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 140 190 -
CMYK 1 0.26 0 0.25
HSL 195.79º 1% 0.37% -
HSV(B) 195.79º 1% 0.75% -
XYZ 18.67 22.47 52.07 -
YUV 103.84 176.62 53.93 -
System Red Green Blue C M Y K H S L
Decimal 0 140 190 1 0.26 0 0.25 195.79 1 0.37
Hex 0 8C BE 64 1A 0 19 C4 64 25
Octal 0 214 276 144 32 0 31 304 144 45
Binary 0 10001100 10111110 1100100 11010 0 11001 11000100 1100100 100101

Color Harmonies of #008CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CBE

Black with #008CBE

Text Example


Text Example

White with #008CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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