Html Css Color HEX #74BDCF Seagull

📋 copy color: '#74BDCF'

red 116 ◦ green 189 ◦ blue 207

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

Shades of Seagull #74BDCF

Tints of Seagull #74BDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 22.66%
G = 36.91%
B = 40.43%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#74BDCF (or 0x74BDCF) is known color: Seagull. HEX triplet: 74, BD and CF. RGB value is (116,189,207). Sum of RGB (Red+Green+Blue) = 116+189+207=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #74BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDCF is #8B4230. Grayscale: #A9A9A9. Windows color (decimal): -9126449 or 13614452. OLE color: 13614452.

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

Color convert

RGB 116 189 207 -
CMYK 0.44 0.09 0 0.19
HSL 191.87º 0.49% 0.63% -
HSV(B) 191.87º 0.44% 0.81% -
XYZ 36.66 44.61 65.71 -
YUV 169.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 116 189 207 0.44 0.09 0 0.19 191.87 0.49 0.63
Hex 74 BD CF 2C 9 0 13 C0 31 3F
Octal 164 275 317 54 11 0 23 300 61 77
Binary 1110100 10111101 11001111 101100 1001 0 10011 11000000 110001 111111

Color Harmonies of #74BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDCF

Black with #74BDCF

Text Example


Text Example

White with #74BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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