#74D3DE

Color #74D3DE Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #74D3DE

Tints of Spray #74D3DE

Color information

#74D3DE (or 0x74D3DE) is unknown color: approx Spray. HEX triplet: 74, D3 and DE. RGB value is (116,211,222). Sum of RGB (Red+Green+Blue) = 116+211+222=549 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.13% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #74D3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D3DE is #8B2C21. Grayscale: #B7B7B7. Windows color (decimal): -9120802 or 14603124. OLE color: 14603124.

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

Color convert

RGB116211222-
CMYK0.480.0500.13
HSL186.23º61.63%66.27%-
HSV(B)186.23º47.75%87.06%-
XYZ43.6855.5877.53-
YUV183.85149.5379.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.13%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=21.13%
G=38.43%
B=40.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162112220.480.0500.13186.2361.6366.27
Hex74D3DE3050Dba3e42
Octal16432333660501527276102
Binary1110100110100111101111011000010101101101110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74D3DE;
 }
 .AnyTagClassName
 {
   color: #74D3DE;
 }
</style>
background-color css

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

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

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

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

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

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