Html Css Color HEX #0087C6 Bondi Blue

📋 copy color: '#0087C6'

red 0 ◦ green 135 ◦ blue 198

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

Shades of Bondi Blue #0087C6

Tints of Bondi Blue #0087C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 59.46%

R = 0%
G = 40.54%
B = 59.46%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0087C6 (or 0x0087C6) is known color: Bondi Blue. HEX triplet: 00, 87 and C6. RGB value is (0,135,198). Sum of RGB (Red+Green+Blue) = 0+135+198=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #0087C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087C6 is #FF7839. Grayscale: #656565. Windows color (decimal): -16742458 or 13010688. OLE color: 13010688.

HSL color Cylindrical-coordinate representation of color #0087C6: hue angle of 199.09º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087C6 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 135 198 -
CMYK 1 0.32 0 0.22
HSL 199.09º 1% 0.39% -
HSV(B) 199.09º 1% 0.78% -
XYZ 18.86 21.41 56.56 -
YUV 101.82 182.27 55.38 -
System Red Green Blue C M Y K H S L
Decimal 0 135 198 1 0.32 0 0.22 199.09 1 0.39
Hex 0 87 C6 64 20 0 16 C7 64 27
Octal 0 207 306 144 40 0 26 307 144 47
Binary 0 10000111 11000110 1100100 100000 0 10110 11000111 1100100 100111

Color Harmonies of #0087C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087C6

Black with #0087C6

Text Example


Text Example

White with #0087C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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