Html Css Color HEX #0087BD Bondi Blue

📋 copy color: '#0087BD'

red 0 ◦ green 135 ◦ blue 189

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

Shades of Bondi Blue #0087BD

Tints of Bondi Blue #0087BD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

 BLUE value IS 189 (74.22% from 255) = 58.33%

R = 0%
G = 41.67%
B = 58.33%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0087BD (or 0x0087BD) is known color: Bondi Blue. HEX triplet: 00, 87 and BD. RGB value is (0,135,189). Sum of RGB (Red+Green+Blue) = 0+135+189=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #0087BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087BD is #FF7842. Grayscale: #646464. Windows color (decimal): -16742467 or 12420864. OLE color: 12420864.

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

Color convert

RGB 0 135 189 -
CMYK 1 0.29 0 0.26
HSL 197.14º 1% 0.37% -
HSV(B) 197.14º 1% 0.74% -
XYZ 17.85 21 51.26 -
YUV 100.79 177.77 56.11 -
System Red Green Blue C M Y K H S L
Decimal 0 135 189 1 0.29 0 0.26 197.14 1 0.37
Hex 0 87 BD 64 1D 0 1A C5 64 25
Octal 0 207 275 144 35 0 32 305 144 45
Binary 0 10000111 10111101 1100100 11101 0 11010 11000101 1100100 100101

Color Harmonies of #0087BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087BD

Black with #0087BD

Text Example


Text Example

White with #0087BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0087BD; }

 p { color: rgb(0,135,189); }

 H1.HeaderClassName
 {
   color: #0087BD;
 }
 .AnyTagClassName
 {
   color: #0087BD;
 }
</style>

background-color css

<style>
 a { background-color: #0087BD; }

 a { background-color: rgb(0,135,189); }

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

border-color css

<style>
 span { border-color: #0087BD; }

 span { border-color: rgb(0,135,189); }

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