Html Css Color HEX #74BDDA Seagull

📋 copy color: '#74BDDA'

red 116 ◦ green 189 ◦ blue 218

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

Shades of Seagull #74BDDA

Tints of Seagull #74BDDA

RGB

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

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

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

R = 22.18%
G = 36.14%
B = 41.68%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#74BDDA (or 0x74BDDA) is known color: Seagull. HEX triplet: 74, BD and DA. RGB value is (116,189,218). Sum of RGB (Red+Green+Blue) = 116+189+218=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #74BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BDDA is #8B4225. Grayscale: #AAAAAA. Windows color (decimal): -9126438 or 14335348. OLE color: 14335348.

HSL color Cylindrical-coordinate representation of color #74BDDA: hue angle of 197.06º 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 #74BDDA is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 189 218 -
CMYK 0.47 0.13 0 0.15
HSL 197.06º 0.58% 0.65% -
HSV(B) 197.06º 0.47% 0.85% -
XYZ 38.05 45.17 73.04 -
YUV 170.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 116 189 218 0.47 0.13 0 0.15 197.06 0.58 0.65
Hex 74 BD DA 2F D 0 F C5 3A 41
Octal 164 275 332 57 15 0 17 305 72 101
Binary 1110100 10111101 11011010 101111 1101 0 1111 11000101 111010 1000001

Color Harmonies of #74BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDDA

Black with #74BDDA

Text Example


Text Example

White with #74BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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