Html Css Color HEX #74BCDA Seagull

📋 copy color: '#74BCDA'

red 116 ◦ green 188 ◦ blue 218

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

Shades of Seagull #74BCDA

Tints of Seagull #74BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 22.22%
G = 36.02%
B = 41.76%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#74BCDA (or 0x74BCDA) is known color: Seagull. HEX triplet: 74, BC and DA. RGB value is (116,188,218). Sum of RGB (Red+Green+Blue) = 116+188+218=522 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.22% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #74BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCDA is #8B4325. Grayscale: #A9A9A9. Windows color (decimal): -9126694 or 14335092. OLE color: 14335092.

HSL color Cylindrical-coordinate representation of color #74BCDA: hue angle of 197.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74BCDA is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 188 218 -
CMYK 0.47 0.14 0 0.15
HSL 197.65º 0.58% 0.65% -
HSV(B) 197.65º 0.47% 0.85% -
XYZ 37.84 44.74 72.97 -
YUV 169.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 116 188 218 0.47 0.14 0 0.15 197.65 0.58 0.65
Hex 74 BC DA 2F E 0 F C6 3A 41
Octal 164 274 332 57 16 0 17 306 72 101
Binary 1110100 10111100 11011010 101111 1110 0 1111 11000110 111010 1000001

Color Harmonies of #74BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BCDA

Black with #74BCDA

Text Example


Text Example

White with #74BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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