Html Css Color HEX #74BFCD Seagull

📋 copy color: '#74BFCD'

red 116 ◦ green 191 ◦ blue 205

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

Shades of Seagull #74BFCD

Tints of Seagull #74BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

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

R = 22.66%
G = 37.3%
B = 40.04%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74BFCD (or 0x74BFCD) is known color: Seagull. HEX triplet: 74, BF and CD. RGB value is (116,191,205). Sum of RGB (Red+Green+Blue) = 116+191+205=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #74BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFCD is #8B4032. Grayscale: #AAAAAA. Windows color (decimal): -9125939 or 13483892. OLE color: 13483892.

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

Color convert

RGB 116 191 205 -
CMYK 0.43 0.07 0 0.20
HSL 189.44º 0.47% 0.63% -
HSV(B) 189.44º 0.43% 0.8% -
XYZ 36.85 45.38 64.57 -
YUV 170.17 147.65 89.36 -
System Red Green Blue C M Y K H S L
Decimal 116 191 205 0.43 0.07 0 0.20 189.44 0.47 0.63
Hex 74 BF CD 2B 7 0 14 BD 2F 3F
Octal 164 277 315 53 7 0 24 275 57 77
Binary 1110100 10111111 11001101 101011 111 0 10100 10111101 101111 111111

Color Harmonies of #74BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFCD

Black with #74BFCD

Text Example


Text Example

White with #74BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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