Html Css Color HEX #74BCCB Seagull

📋 copy color: '#74BCCB'

red 116 ◦ green 188 ◦ blue 203

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

Shades of Seagull #74BCCB

Tints of Seagull #74BCCB

RGB

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

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

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

R = 22.88%
G = 37.08%
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

#74BCCB (or 0x74BCCB) is known color: Seagull. HEX triplet: 74, BC and CB. RGB value is (116,188,203). Sum of RGB (Red+Green+Blue) = 116+188+203=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #74BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCCB is #8B4334. Grayscale: #A8A8A8. Windows color (decimal): -9126709 or 13352052. OLE color: 13352052.

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

Color convert

RGB 116 188 203 -
CMYK 0.43 0.07 0 0.20
HSL 190.34º 0.46% 0.63% -
HSV(B) 190.34º 0.43% 0.8% -
XYZ 35.97 43.99 63.1 -
YUV 168.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 116 188 203 0.43 0.07 0 0.20 190.34 0.46 0.63
Hex 74 BC CB 2B 7 0 14 BE 2E 3F
Octal 164 274 313 53 7 0 24 276 56 77
Binary 1110100 10111100 11001011 101011 111 0 10100 10111110 101110 111111

Color Harmonies of #74BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCCB

Black with #74BCCB

Text Example


Text Example

White with #74BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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