#1082C4

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

Shades of Bondi Blue #1082C4

Tints of Bondi Blue #1082C4

Color information

#1082C4 (or 0x1082C4) is unknown color: approx Bondi Blue. HEX triplet: 10, 82 and C4. RGB value is (16,130,196). Sum of RGB (Red+Green+Blue) = 16+130+196=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #1082C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1082C4 is #EF7D3B. Grayscale: #676767. Windows color (decimal): -15695164 or 12878352. OLE color: 12878352.

HSL color Cylindrical-coordinate representation of color #1082C4: hue angle of 202º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1082C4 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16130196-
CMYK0.920.3400.23
HSL202º84.91%41.57%-
HSV(B)202º91.84%76.86%-
XYZ18.1620.0655.14-
YUV103.44180.2365.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.68%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 196 (76.95% from 255) = 57.31%
R=4.68%
G=38.01%
B=57.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal161301960.920.3400.2320284.9141.57
Hex1082C45C22017ca552a
Octal202023041344202731212552
Binary1000010000010110001001011100100010010111110010101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1082C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,130,196); }

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

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

 a { background-color: rgb(16,130,196); }

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

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

 span { border-color: rgb(16,130,196); }

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