Html Css Color HEX #74AACC Seagull

📋 copy color: '#74AACC'

red 116 ◦ green 170 ◦ blue 204

#74AACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #74AACC

Tints of Seagull #74AACC

RGB

 RED value IS 116 (45.7% from 255) = 23.67%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 23.67%
G = 34.69%
B = 41.63%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#74AACC (or 0x74AACC) is known color: Seagull. HEX triplet: 74, AA and CC. RGB value is (116,170,204). Sum of RGB (Red+Green+Blue) = 116+170+204=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #74AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AACC is #8B5533. Grayscale: #9D9D9D. Windows color (decimal): -9131316 or 13412980. OLE color: 13412980.

HSL color Cylindrical-coordinate representation of color #74AACC: hue angle of 203.18º 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 #74AACC is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 170 204 -
CMYK 0.43 0.17 0 0.2
HSL 203.18º 0.46% 0.63% -
HSV(B) 203.18º 0.43% 0.8% -
XYZ 32.48 36.82 62.52 -
YUV 157.73 154.11 98.24 -
System Red Green Blue C M Y K H S L
Decimal 116 170 204 0.43 0.17 0 0.2 203.18 0.46 0.63
Hex 74 AA CC 2B 11 0 14 CB 2E 3F
Octal 164 252 314 53 21 0 24 313 56 77
Binary 1110100 10101010 11001100 101011 10001 0 10100 11001011 101110 111111

Color Harmonies of #74AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AACC

Black with #74AACC

Text Example


Text Example

White with #74AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74AACC;
 }
 .AnyTagClassName
 {
   color: #74AACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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