Html Css Color HEX #74BBCD Seagull

📋 copy color: '#74BBCD'

red 116 ◦ green 187 ◦ blue 205

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

Shades of Seagull #74BBCD

Tints of Seagull #74BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.81%

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

R = 22.83%
G = 36.81%
B = 40.35%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74BBCD (or 0x74BBCD) is known color: Seagull. HEX triplet: 74, BB and CD. RGB value is (116,187,205). Sum of RGB (Red+Green+Blue) = 116+187+205=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #74BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBCD is #8B4432. Grayscale: #A7A7A7. Windows color (decimal): -9126963 or 13482868. OLE color: 13482868.

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

Color convert

RGB 116 187 205 -
CMYK 0.43 0.09 0 0.20
HSL 192.13º 0.47% 0.63% -
HSV(B) 192.13º 0.43% 0.8% -
XYZ 35.99 43.66 64.29 -
YUV 167.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 116 187 205 0.43 0.09 0 0.20 192.13 0.47 0.63
Hex 74 BB CD 2B 9 0 14 C0 2F 3F
Octal 164 273 315 53 11 0 24 300 57 77
Binary 1110100 10111011 11001101 101011 1001 0 10100 11000000 101111 111111

Color Harmonies of #74BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBCD

Black with #74BBCD

Text Example


Text Example

White with #74BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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