Html Css Color HEX #74CDD5 Spray

📋 copy color: '#74CDD5'

red 116 ◦ green 205 ◦ blue 213

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

Shades of Spray #74CDD5

Tints of Spray #74CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.39%

 BLUE value IS 213 (83.59% from 255) = 39.89%

R = 21.72%
G = 38.39%
B = 39.89%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#74CDD5 (or 0x74CDD5) is known color: Spray. HEX triplet: 74, CD and D5. RGB value is (116,205,213). Sum of RGB (Red+Green+Blue) = 116+205+213=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #74CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDD5 is #8B322A. Grayscale: #B3B3B3. Windows color (decimal): -9122347 or 14011764. OLE color: 14011764.

HSL color Cylindrical-coordinate representation of color #74CDD5: hue angle of 184.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74CDD5 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 205 213 -
CMYK 0.46 0.04 0 0.16
HSL 184.95º 0.54% 0.65% -
HSV(B) 184.95º 0.46% 0.84% -
XYZ 41.04 52.18 70.86 -
YUV 179.3 147.01 82.85 -
System Red Green Blue C M Y K H S L
Decimal 116 205 213 0.46 0.04 0 0.16 184.95 0.54 0.65
Hex 74 CD D5 2E 4 0 10 B9 36 41
Octal 164 315 325 56 4 0 20 271 66 101
Binary 1110100 11001101 11010101 101110 100 0 10000 10111001 110110 1000001

Color Harmonies of #74CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDD5

Black with #74CDD5

Text Example


Text Example

White with #74CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,213); }

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

background-color css

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

 a { background-color: rgb(116,205,213); }

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

border-color css

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

 span { border-color: rgb(116,205,213); }

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