Html Css Color HEX #74C3E0 Spray

📋 copy color: '#74C3E0'

red 116 ◦ green 195 ◦ blue 224

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

Shades of Spray #74C3E0

Tints of Spray #74C3E0

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

 BLUE value IS 224 (87.89% from 255) = 41.87%

R = 21.68%
G = 36.45%
B = 41.87%

CMYK

 C value IS 0.48

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#74C3E0 (or 0x74C3E0) is known color: Spray. HEX triplet: 74, C3 and E0. RGB value is (116,195,224). Sum of RGB (Red+Green+Blue) = 116+195+224=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #74C3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C3E0 is #8B3C1F. Grayscale: #AEAEAE. Windows color (decimal): -9124896 or 14730100. OLE color: 14730100.

HSL color Cylindrical-coordinate representation of color #74C3E0: hue angle of 196.11º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74C3E0 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 195 224 -
CMYK 0.48 0.13 0 0.12
HSL 196.11º 0.64% 0.67% -
HSV(B) 196.11º 0.48% 0.88% -
XYZ 40.17 48.13 77.69 -
YUV 174.69 155.83 86.14 -
System Red Green Blue C M Y K H S L
Decimal 116 195 224 0.48 0.13 0 0.12 196.11 0.64 0.67
Hex 74 C3 E0 30 D 0 C C4 40 43
Octal 164 303 340 60 15 0 14 304 100 103
Binary 1110100 11000011 11100000 110000 1101 0 1100 11000100 1000000 1000011

Color Harmonies of #74C3E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C3E0

Black with #74C3E0

Text Example


Text Example

White with #74C3E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,195,224); }

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

background-color css

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

 a { background-color: rgb(116,195,224); }

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

border-color css

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

 span { border-color: rgb(116,195,224); }

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