Html Css Color HEX #74C0DE Seagull

📋 copy color: '#74C0DE'

red 116 ◦ green 192 ◦ blue 222

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

Shades of Seagull #74C0DE

Tints of Seagull #74C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 21.89%
G = 36.23%
B = 41.89%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74C0DE (or 0x74C0DE) is known color: Seagull. HEX triplet: 74, C0 and DE. RGB value is (116,192,222). Sum of RGB (Red+Green+Blue) = 116+192+222=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #74C0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C0DE is #8B3F21. Grayscale: #ACACAC. Windows color (decimal): -9125666 or 14598260. OLE color: 14598260.

HSL color Cylindrical-coordinate representation of color #74C0DE: hue angle of 196.98º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C0DE is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 192 222 -
CMYK 0.48 0.14 0 0.13
HSL 196.98º 0.62% 0.66% -
HSV(B) 196.98º 0.48% 0.87% -
XYZ 39.24 46.69 76.05 -
YUV 172.7 155.82 87.56 -
System Red Green Blue C M Y K H S L
Decimal 116 192 222 0.48 0.14 0 0.13 196.98 0.62 0.66
Hex 74 C0 DE 30 E 0 D C5 3E 42
Octal 164 300 336 60 16 0 15 305 76 102
Binary 1110100 11000000 11011110 110000 1110 0 1101 11000101 111110 1000010

Color Harmonies of #74C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C0DE

Black with #74C0DE

Text Example


Text Example

White with #74C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,222); }

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

background-color css

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

 a { background-color: rgb(116,192,222); }

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

border-color css

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

 span { border-color: rgb(116,192,222); }

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