Html Css Color HEX #74B0CB Seagull

📋 copy color: '#74B0CB'

red 116 ◦ green 176 ◦ blue 203

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

Shades of Seagull #74B0CB

Tints of Seagull #74B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

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

R = 23.43%
G = 35.56%
B = 41.01%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74B0CB (or 0x74B0CB) is known color: Seagull. HEX triplet: 74, B0 and CB. RGB value is (116,176,203). Sum of RGB (Red+Green+Blue) = 116+176+203=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #74B0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B0CB is #8B4F34. Grayscale: #A0A0A0. Windows color (decimal): -9129781 or 13348980. OLE color: 13348980.

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

Color convert

RGB 116 176 203 -
CMYK 0.43 0.13 0 0.20
HSL 198.62º 0.46% 0.63% -
HSV(B) 198.62º 0.43% 0.8% -
XYZ 33.51 39.08 62.28 -
YUV 161.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 116 176 203 0.43 0.13 0 0.20 198.62 0.46 0.63
Hex 74 B0 CB 2B D 0 14 C7 2E 3F
Octal 164 260 313 53 15 0 24 307 56 77
Binary 1110100 10110000 11001011 101011 1101 0 10100 11000111 101110 111111

Color Harmonies of #74B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B0CB

Black with #74B0CB

Text Example


Text Example

White with #74B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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