Html Css Color HEX #74ACCB Seagull

📋 copy color: '#74ACCB'

red 116 ◦ green 172 ◦ blue 203

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

Shades of Seagull #74ACCB

Tints of Seagull #74ACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 23.63%
G = 35.03%
B = 41.34%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74ACCB (or 0x74ACCB) is known color: Seagull. HEX triplet: 74, AC and CB. RGB value is (116,172,203). Sum of RGB (Red+Green+Blue) = 116+172+203=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #74ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACCB is #8B5334. Grayscale: #9E9E9E. Windows color (decimal): -9130805 or 13347956. OLE color: 13347956.

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

Color convert

RGB 116 172 203 -
CMYK 0.43 0.15 0 0.20
HSL 201.38º 0.46% 0.63% -
HSV(B) 201.38º 0.43% 0.8% -
XYZ 32.73 37.53 62.02 -
YUV 158.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 116 172 203 0.43 0.15 0 0.20 201.38 0.46 0.63
Hex 74 AC CB 2B F 0 14 C9 2E 3F
Octal 164 254 313 53 17 0 24 311 56 77
Binary 1110100 10101100 11001011 101011 1111 0 10100 11001001 101110 111111

Color Harmonies of #74ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACCB

Black with #74ACCB

Text Example


Text Example

White with #74ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,172,203); }

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

background-color css

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

 a { background-color: rgb(116,172,203); }

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

border-color css

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

 span { border-color: rgb(116,172,203); }

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