Html Css Color HEX #74C5DE Spray

📋 copy color: '#74C5DE'

red 116 ◦ green 197 ◦ blue 222

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

Shades of Spray #74C5DE

Tints of Spray #74C5DE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.82%

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

R = 21.68%
G = 36.82%
B = 41.5%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74C5DE (or 0x74C5DE) is known color: Spray. HEX triplet: 74, C5 and DE. RGB value is (116,197,222). Sum of RGB (Red+Green+Blue) = 116+197+222=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #74C5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5DE is #8B3A21. Grayscale: #AFAFAF. Windows color (decimal): -9124386 or 14599540. OLE color: 14599540.

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

Color convert

RGB 116 197 222 -
CMYK 0.48 0.11 0 0.13
HSL 194.15º 0.62% 0.66% -
HSV(B) 194.15º 0.48% 0.87% -
XYZ 40.35 48.92 76.42 -
YUV 175.63 154.16 85.47 -
System Red Green Blue C M Y K H S L
Decimal 116 197 222 0.48 0.11 0 0.13 194.15 0.62 0.66
Hex 74 C5 DE 30 B 0 D C2 3E 42
Octal 164 305 336 60 13 0 15 302 76 102
Binary 1110100 11000101 11011110 110000 1011 0 1101 11000010 111110 1000010

Color Harmonies of #74C5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C5DE

Black with #74C5DE

Text Example


Text Example

White with #74C5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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