Html Css Color HEX #0087BF Bondi Blue

📋 copy color: '#0087BF'

red 0 ◦ green 135 ◦ blue 191

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

Shades of Bondi Blue #0087BF

Tints of Bondi Blue #0087BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.59%

R = 0%
G = 41.41%
B = 58.59%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0087BF (or 0x0087BF) is known color: Bondi Blue. HEX triplet: 00, 87 and BF. RGB value is (0,135,191). Sum of RGB (Red+Green+Blue) = 0+135+191=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #0087BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087BF is #FF7840. Grayscale: #646464. Windows color (decimal): -16742465 or 12551936. OLE color: 12551936.

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

Color convert

RGB 0 135 191 -
CMYK 1 0.29 0 0.25
HSL 197.59º 1% 0.37% -
HSV(B) 197.59º 1% 0.75% -
XYZ 18.07 21.09 52.41 -
YUV 101.02 178.77 55.95 -
System Red Green Blue C M Y K H S L
Decimal 0 135 191 1 0.29 0 0.25 197.59 1 0.37
Hex 0 87 BF 64 1D 0 19 C6 64 25
Octal 0 207 277 144 35 0 31 306 144 45
Binary 0 10000111 10111111 1100100 11101 0 11001 11000110 1100100 100101

Color Harmonies of #0087BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087BF

Black with #0087BF

Text Example


Text Example

White with #0087BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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