#1681C2

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

Shades of Bondi Blue #1681C2

Tints of Bondi Blue #1681C2

Color information

#1681C2 (or 0x1681C2) is unknown color: approx Bondi Blue. HEX triplet: 16, 81 and C2. RGB value is (22,129,194). Sum of RGB (Red+Green+Blue) = 22+129+194=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 194 (76.17% from 255 or 56.23% from 345); Max value from RGB is 194 - color contains mainly: blue. Hex color #1681C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1681C2 is #E97E3D. Grayscale: #686868. Windows color (decimal): -15302206 or 12747030. OLE color: 12747030.

HSL color Cylindrical-coordinate representation of color #1681C2: hue angle of 202.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1681C2 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB22129194-
CMYK0.890.3400.24
HSL202.67º79.63%42.35%-
HSV(B)202.67º88.66%76.08%-
XYZ17.9219.7753.91-
YUV104.42178.5569.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.38%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 194 (76.17% from 255) = 56.23%
R=6.38%
G=37.39%
B=56.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal221291940.890.3400.24202.6779.6342.35
Hex1681C25922018cb502a
Octal262013021314203031312052
Binary1011010000001110000101011001100010011000110010111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1681C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1681C2; }

 p { color: rgb(22,129,194); }

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

<style>
 a { background-color: #1681C2; }

 a { background-color: rgb(22,129,194); }

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

<style>
 span { border-color: #1681C2; }

 span { border-color: rgb(22,129,194); }

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