#095663

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

Shades of Blue Lagoon #095663

Tints of Blue Lagoon #095663

Color information

#095663 (or 0x095663) is unknown color: approx Blue Lagoon. HEX triplet: 09, 56 and 63. RGB value is (9,86,99). Sum of RGB (Red+Green+Blue) = 9+86+99=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #095663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095663 is #F6A99C. Grayscale: #404040. Windows color (decimal): -16165277 or 6510089. OLE color: 6510089.

HSL color Cylindrical-coordinate representation of color #095663: hue angle of 188.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095663 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB98699-
CMYK0.910.1300.61
HSL188.67º83.33%21.18%-
HSV(B)188.67º90.91%38.82%-
XYZ5.697.6112.97-
YUV64.46147.4988.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.64%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=4.64%
G=44.33%
B=51.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal986990.910.1300.61188.6783.3321.18
Hex956635BD03Dbd5315
Octal111261431331507527512325
Binary10011010110110001110110111101011110110111101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095663; }

 p { color: rgb(9,86,99); }

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

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

 a { background-color: rgb(9,86,99); }

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

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

 span { border-color: rgb(9,86,99); }

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