Html Css Color HEX #74BCCD Seagull

📋 copy color: '#74BCCD'

red 116 ◦ green 188 ◦ blue 205

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

Shades of Seagull #74BCCD

Tints of Seagull #74BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 22.79%
G = 36.94%
B = 40.28%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74BCCD (or 0x74BCCD) is known color: Seagull. HEX triplet: 74, BC and CD. RGB value is (116,188,205). Sum of RGB (Red+Green+Blue) = 116+188+205=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #74BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCCD is #8B4332. Grayscale: #A8A8A8. Windows color (decimal): -9126707 or 13483124. OLE color: 13483124.

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

Color convert

RGB 116 188 205 -
CMYK 0.43 0.08 0 0.20
HSL 191.46º 0.47% 0.63% -
HSV(B) 191.46º 0.43% 0.8% -
XYZ 36.21 44.09 64.36 -
YUV 168.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 116 188 205 0.43 0.08 0 0.20 191.46 0.47 0.63
Hex 74 BC CD 2B 8 0 14 BF 2F 3F
Octal 164 274 315 53 10 0 24 277 57 77
Binary 1110100 10111100 11001101 101011 1000 0 10100 10111111 101111 111111

Color Harmonies of #74BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCCD

Black with #74BCCD

Text Example


Text Example

White with #74BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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