#0D84BC

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

Shades of Bondi Blue #0D84BC

Tints of Bondi Blue #0D84BC

Color information

#0D84BC (or 0x0D84BC) is unknown color: approx Bondi Blue. HEX triplet: 0D, 84 and BC. RGB value is (13,132,188). Sum of RGB (Red+Green+Blue) = 13+132+188=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D84BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D84BC is #F27B43. Grayscale: #666666. Windows color (decimal): -15891268 or 12354573. OLE color: 12354573.

HSL color Cylindrical-coordinate representation of color #0D84BC: hue angle of 199.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D84BC is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13132188-
CMYK0.930.3000.26
HSL199.2º87.06%39.41%-
HSV(B)199.2º93.09%73.73%-
XYZ17.4920.2250.56-
YUV102.8176.0863.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.90%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 188 (73.83% from 255) = 56.46%
R=3.90%
G=39.64%
B=56.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131321880.930.3000.26199.287.0639.41
HexD84BC5D1E01Ac75727
Octal152042741353603230712747
Binary11011000010010111100101110111110011010110001111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D84BC; }

 p { color: rgb(13,132,188); }

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

<style>
 a { background-color: #0D84BC; }

 a { background-color: rgb(13,132,188); }

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

<style>
 span { border-color: #0D84BC; }

 span { border-color: rgb(13,132,188); }

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