Html Css Color HEX #74CDD0 Spray

📋 copy color: '#74CDD0'

red 116 ◦ green 205 ◦ blue 208

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

Shades of Spray #74CDD0

Tints of Spray #74CDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.32%

R = 21.93%
G = 38.75%
B = 39.32%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#74CDD0 (or 0x74CDD0) is known color: Spray. HEX triplet: 74, CD and D0. RGB value is (116,205,208). Sum of RGB (Red+Green+Blue) = 116+205+208=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #74CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDD0 is #8B322F. Grayscale: #B2B2B2. Windows color (decimal): -9122352 or 13684084. OLE color: 13684084.

HSL color Cylindrical-coordinate representation of color #74CDD0: hue angle of 181.96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CDD0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 205 208 -
CMYK 0.44 0.01 0 0.18
HSL 181.96º 0.49% 0.64% -
HSV(B) 181.96º 0.44% 0.82% -
XYZ 40.42 51.93 67.57 -
YUV 178.73 144.51 83.26 -
System Red Green Blue C M Y K H S L
Decimal 116 205 208 0.44 0.01 0 0.18 181.96 0.49 0.64
Hex 74 CD D0 2C 1 0 12 B6 31 40
Octal 164 315 320 54 1 0 22 266 61 100
Binary 1110100 11001101 11010000 101100 1 0 10010 10110110 110001 1000000

Color Harmonies of #74CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDD0

Black with #74CDD0

Text Example


Text Example

White with #74CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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