Html Css Color HEX #74BCCC Seagull

📋 copy color: '#74BCCC'

red 116 ◦ green 188 ◦ blue 204

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

Shades of Seagull #74BCCC

Tints of Seagull #74BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.01%

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

R = 22.83%
G = 37.01%
B = 40.16%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#74BCCC (or 0x74BCCC) is known color: Seagull. HEX triplet: 74, BC and CC. RGB value is (116,188,204). Sum of RGB (Red+Green+Blue) = 116+188+204=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #74BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCCC is #8B4333. Grayscale: #A8A8A8. Windows color (decimal): -9126708 or 13417588. OLE color: 13417588.

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

Color convert

RGB 116 188 204 -
CMYK 0.43 0.08 0 0.2
HSL 190.91º 0.46% 0.63% -
HSV(B) 190.91º 0.43% 0.8% -
XYZ 36.08 44.04 63.73 -
YUV 168.3 148.15 90.7 -
System Red Green Blue C M Y K H S L
Decimal 116 188 204 0.43 0.08 0 0.2 190.91 0.46 0.63
Hex 74 BC CC 2B 8 0 14 BF 2E 3F
Octal 164 274 314 53 10 0 24 277 56 77
Binary 1110100 10111100 11001100 101011 1000 0 10100 10111111 101110 111111

Color Harmonies of #74BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCCC

Black with #74BCCC

Text Example


Text Example

White with #74BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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