Html Css Color HEX #74BBCF Seagull

📋 copy color: '#74BBCF'

red 116 ◦ green 187 ◦ blue 207

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

Shades of Seagull #74BBCF

Tints of Seagull #74BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.59%

R = 22.75%
G = 36.67%
B = 40.59%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#74BBCF (or 0x74BBCF) is known color: Seagull. HEX triplet: 74, BB and CF. RGB value is (116,187,207). Sum of RGB (Red+Green+Blue) = 116+187+207=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #74BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBCF is #8B4430. Grayscale: #A7A7A7. Windows color (decimal): -9126961 or 13613940. OLE color: 13613940.

HSL color Cylindrical-coordinate representation of color #74BBCF: hue angle of 193.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74BBCF is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 187 207 -
CMYK 0.44 0.10 0 0.19
HSL 193.19º 0.49% 0.63% -
HSV(B) 193.19º 0.44% 0.81% -
XYZ 36.24 43.76 65.57 -
YUV 168.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 116 187 207 0.44 0.10 0 0.19 193.19 0.49 0.63
Hex 74 BB CF 2C A 0 13 C1 31 3F
Octal 164 273 317 54 12 0 23 301 61 77
Binary 1110100 10111011 11001111 101100 1010 0 10011 11000001 110001 111111

Color Harmonies of #74BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBCF

Black with #74BBCF

Text Example


Text Example

White with #74BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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