Html Css Color HEX #74CDD6 Spray

📋 copy color: '#74CDD6'

red 116 ◦ green 205 ◦ blue 214

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

Shades of Spray #74CDD6

Tints of Spray #74CDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40%

R = 21.68%
G = 38.32%
B = 40%

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

#74CDD6 (or 0x74CDD6) is known color: Spray. HEX triplet: 74, CD and D6. RGB value is (116,205,214). Sum of RGB (Red+Green+Blue) = 116+205+214=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #74CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDD6 is #8B3229. Grayscale: #B3B3B3. Windows color (decimal): -9122346 or 14077300. OLE color: 14077300.

HSL color Cylindrical-coordinate representation of color #74CDD6: hue angle of 185.51º 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 #74CDD6 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 205 214 -
CMYK 0.46 0.04 0 0.16
HSL 185.51º 0.54% 0.65% -
HSV(B) 185.51º 0.46% 0.84% -
XYZ 41.17 52.23 71.53 -
YUV 179.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 116 205 214 0.46 0.04 0 0.16 185.51 0.54 0.65
Hex 74 CD D6 2E 4 0 10 BA 36 41
Octal 164 315 326 56 4 0 20 272 66 101
Binary 1110100 11001101 11010110 101110 100 0 10000 10111010 110110 1000001

Color Harmonies of #74CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDD6

Black with #74CDD6

Text Example


Text Example

White with #74CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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