#74BACC

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

Shades of Seagull #74BACC

Tints of Seagull #74BACC

Color information

#74BACC (or 0x74BACC) is unknown color: approx Seagull. HEX triplet: 74, BA and CC. RGB value is (116,186,204). Sum of RGB (Red+Green+Blue) = 116+186+204=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #74BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BACC is #8B4533. Grayscale: #A6A6A6. Windows color (decimal): -9127220 or 13417076. OLE color: 13417076.

HSL color Cylindrical-coordinate representation of color #74BACC: hue angle of 192.27º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74BACC is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116186204-
CMYK0.430.0900.2
HSL192.27º46.32%62.75%-
HSV(B)192.27º43.14%80%-
XYZ35.6643.1963.58-
YUV167.12148.8191.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.92%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=22.92%
G=36.76%
B=40.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161862040.430.0900.2192.2746.3262.75
Hex74BACC2B9014c02e3f
Octal16427231453110243005677
Binary11101001011101011001100101011100101010011000000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BACC; }

 p { color: rgb(116,186,204); }

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

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

 a { background-color: rgb(116,186,204); }

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

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

 span { border-color: rgb(116,186,204); }

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