#007699

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

Shades of Cerulean #007699

Tints of Cerulean #007699

Color information

#007699 (or 0x007699) is unknown color: approx Cerulean. HEX triplet: 00, 76 and 99. RGB value is (0,118,153). Sum of RGB (Red+Green+Blue) = 0+118+153=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #007699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007699 is #FF8966. Grayscale: #565656. Windows color (decimal): -16746855 or 10057216. OLE color: 10057216.

HSL color Cylindrical-coordinate representation of color #007699: hue angle of 193.73º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007699 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0118153-
CMYK10.2300.4
HSL193.73º100%30%-
HSV(B)193.73º100%60%-
XYZ12.2315.2632.44-
YUV86.71165.4166.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=0%
G=43.54%
B=56.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal011815310.2300.4193.7310030
Hex076996417028c2641e
Octal01662311442705030214436
Binary0111011010011001110010010111010100011000010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007699; }

 p { color: rgb(0,118,153); }

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

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

 a { background-color: rgb(0,118,153); }

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

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

 span { border-color: rgb(0,118,153); }

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