Html Css Color HEX #74C6CE Spray

📋 copy color: '#74C6CE'

red 116 ◦ green 198 ◦ blue 206

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

Shades of Spray #74C6CE

Tints of Spray #74C6CE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 22.31%
G = 38.08%
B = 39.62%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#74C6CE (or 0x74C6CE) is known color: Spray. HEX triplet: 74, C6 and CE. RGB value is (116,198,206). Sum of RGB (Red+Green+Blue) = 116+198+206=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #74C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C6CE is #8B3931. Grayscale: #AEAEAE. Windows color (decimal): -9124146 or 13551220. OLE color: 13551220.

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

Color convert

RGB 116 198 206 -
CMYK 0.44 0.04 0 0.19
HSL 185.33º 0.48% 0.63% -
HSV(B) 185.33º 0.44% 0.81% -
XYZ 38.54 48.56 65.73 -
YUV 174.39 145.83 86.35 -
System Red Green Blue C M Y K H S L
Decimal 116 198 206 0.44 0.04 0 0.19 185.33 0.48 0.63
Hex 74 C6 CE 2C 4 0 13 B9 30 3F
Octal 164 306 316 54 4 0 23 271 60 77
Binary 1110100 11000110 11001110 101100 100 0 10011 10111001 110000 111111

Color Harmonies of #74C6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C6CE

Black with #74C6CE

Text Example


Text Example

White with #74C6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,198,206); }

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

background-color css

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

 a { background-color: rgb(116,198,206); }

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

border-color css

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

 span { border-color: rgb(116,198,206); }

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