Html Css Color HEX #74CDDD Spray

📋 copy color: '#74CDDD'

red 116 ◦ green 205 ◦ blue 221

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

Shades of Spray #74CDDD

Tints of Spray #74CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 21.4%
G = 37.82%
B = 40.77%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74CDDD (or 0x74CDDD) is known color: Spray. HEX triplet: 74, CD and DD. RGB value is (116,205,221). Sum of RGB (Red+Green+Blue) = 116+205+221=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #74CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDDD is #8B3222. Grayscale: #B4B4B4. Windows color (decimal): -9122339 or 14536052. OLE color: 14536052.

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

Color convert

RGB 116 205 221 -
CMYK 0.48 0.07 0 0.13
HSL 189.14º 0.61% 0.66% -
HSV(B) 189.14º 0.48% 0.87% -
XYZ 42.08 52.6 76.34 -
YUV 180.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 116 205 221 0.48 0.07 0 0.13 189.14 0.61 0.66
Hex 74 CD DD 30 7 0 D BD 3D 42
Octal 164 315 335 60 7 0 15 275 75 102
Binary 1110100 11001101 11011101 110000 111 0 1101 10111101 111101 1000010

Color Harmonies of #74CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDDD

Black with #74CDDD

Text Example


Text Example

White with #74CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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