#0087C4

Color #0087C4 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0087C4

Tints of Bondi Blue #0087C4

Color information

#0087C4 (or 0x0087C4) is unknown color: approx Bondi Blue. HEX triplet: 00, 87 and C4. RGB value is (0,135,196). Sum of RGB (Red+Green+Blue) = 0+135+196=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #0087C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087C4 is #FF783B. Grayscale: #656565. Windows color (decimal): -16742460 or 12879616. OLE color: 12879616.

HSL color Cylindrical-coordinate representation of color #0087C4: hue angle of 198.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087C4 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB0135196-
CMYK10.3100.23
HSL198.67º100%38.43%-
HSV(B)198.67º100%76.86%-
XYZ18.6321.3155.36-
YUV101.59181.2755.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 40.79%
BLUE value IS 196 (76.95% from 255) = 59.21%
R=0%
G=40.79%
B=59.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal013519610.3100.23198.6710038.43
Hex087C4641F017c76426
Octal02073041443702730714446
Binary01000011111000100110010011111010111110001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0087C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0087C4;
 }
 .AnyTagClassName
 {
   color: #0087C4;
 }
</style>
background-color css

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

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

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

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

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

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