Html Css Color HEX #74CDDC Spray

📋 copy color: '#74CDDC'

red 116 ◦ green 205 ◦ blue 220

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

Shades of Spray #74CDDC

Tints of Spray #74CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 21.44%
G = 37.89%
B = 40.67%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74CDDC (or 0x74CDDC) is known color: Spray. HEX triplet: 74, CD and DC. RGB value is (116,205,220). Sum of RGB (Red+Green+Blue) = 116+205+220=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #74CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDDC is #8B3223. Grayscale: #B3B3B3. Windows color (decimal): -9122340 or 14470516. OLE color: 14470516.

HSL color Cylindrical-coordinate representation of color #74CDDC: hue angle of 188.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CDDC is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 205 220 -
CMYK 0.47 0.07 0 0.14
HSL 188.65º 0.6% 0.66% -
HSV(B) 188.65º 0.47% 0.86% -
XYZ 41.95 52.54 75.64 -
YUV 180.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 116 205 220 0.47 0.07 0 0.14 188.65 0.6 0.66
Hex 74 CD DC 2F 7 0 E BD 3C 42
Octal 164 315 334 57 7 0 16 275 74 102
Binary 1110100 11001101 11011100 101111 111 0 1110 10111101 111100 1000010

Color Harmonies of #74CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDDC

Black with #74CDDC

Text Example


Text Example

White with #74CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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