#076C8F

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

Shades of Cerulean #076C8F

Tints of Cerulean #076C8F

Color information

#076C8F (or 0x076C8F) is unknown color: approx Cerulean. HEX triplet: 07, 6C and 8F. RGB value is (7,108,143). Sum of RGB (Red+Green+Blue) = 7+108+143=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #076C8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076C8F is #F89370. Grayscale: #515151. Windows color (decimal): -16290673 or 9399303. OLE color: 9399303.

HSL color Cylindrical-coordinate representation of color #076C8F: hue angle of 195.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076C8F is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7108143-
CMYK0.950.2400.44
HSL195.44º90.67%29.41%-
HSV(B)195.44º95.1%56.08%-
XYZ10.4112.7527.9-
YUV81.79162.5474.65-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.71%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 143 (56.25% from 255) = 55.43%
R=2.71%
G=41.86%
B=55.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71081430.950.2400.44195.4490.6729.41
Hex76C8F5F1802Cc35b1d
Octal71542171373005430313335
Binary111110110010001111101111111000010110011000011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076C8F; }

 p { color: rgb(7,108,143); }

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

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

 a { background-color: rgb(7,108,143); }

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

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

 span { border-color: rgb(7,108,143); }

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