#0981C1

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

Shades of Bondi Blue #0981C1

Tints of Bondi Blue #0981C1

Color information

#0981C1 (or 0x0981C1) is unknown color: approx Bondi Blue. HEX triplet: 09, 81 and C1. RGB value is (9,129,193). Sum of RGB (Red+Green+Blue) = 9+129+193=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #0981C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981C1 is #F67E3E. Grayscale: #646464. Windows color (decimal): -16154175 or 12681481. OLE color: 12681481.

HSL color Cylindrical-coordinate representation of color #0981C1: hue angle of 200.87º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0981C1 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9129193-
CMYK0.950.3300.24
HSL200.87º91.09%39.61%-
HSV(B)200.87º95.34%75.69%-
XYZ17.5919.6153.31-
YUV100.42180.2462.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 193 (75.78% from 255) = 58.31%
R=2.72%
G=38.97%
B=58.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91291930.950.3300.24200.8791.0939.61
Hex981C15F21018c95b28
Octal112013011374103031113350
Binary100110000001110000011011111100001011000110010011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0981C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0981C1; }

 p { color: rgb(9,129,193); }

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

<style>
 a { background-color: #0981C1; }

 a { background-color: rgb(9,129,193); }

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

<style>
 span { border-color: #0981C1; }

 span { border-color: rgb(9,129,193); }

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