Html Css Color HEX #74ABCC Seagull

📋 copy color: '#74ABCC'

red 116 ◦ green 171 ◦ blue 204

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

Shades of Seagull #74ABCC

Tints of Seagull #74ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 23.63%
G = 34.83%
B = 41.55%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#74ABCC (or 0x74ABCC) is known color: Seagull. HEX triplet: 74, AB and CC. RGB value is (116,171,204). Sum of RGB (Red+Green+Blue) = 116+171+204=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #74ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABCC is #8B5433. Grayscale: #9E9E9E. Windows color (decimal): -9131060 or 13413236. OLE color: 13413236.

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

Color convert

RGB 116 171 204 -
CMYK 0.43 0.16 0 0.2
HSL 202.5º 0.46% 0.63% -
HSV(B) 202.5º 0.43% 0.8% -
XYZ 32.66 37.2 62.59 -
YUV 158.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 116 171 204 0.43 0.16 0 0.2 202.5 0.46 0.63
Hex 74 AB CC 2B 10 0 14 CA 2E 3F
Octal 164 253 314 53 20 0 24 312 56 77
Binary 1110100 10101011 11001100 101011 10000 0 10100 11001010 101110 111111

Color Harmonies of #74ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABCC

Black with #74ABCC

Text Example


Text Example

White with #74ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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