Html Css Color HEX #3DC2DD Summer Sky

📋 copy color: '#3DC2DD'

red 61 ◦ green 194 ◦ blue 221

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

Shades of Summer Sky #3DC2DD

Tints of Summer Sky #3DC2DD

RGB

 RED value IS 61 (24.22% from 255) = 12.82%

 GREEN value IS 194 (76.17% from 255) = 40.76%

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

R = 12.82%
G = 40.76%
B = 46.43%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3DC2DD (or 0x3DC2DD) is known color: Summer Sky. HEX triplet: 3D, C2 and DD. RGB value is (61,194,221). Sum of RGB (Red+Green+Blue) = 61+194+221=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #3DC2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC2DD is #C23D22. Grayscale: #9D9D9D. Windows color (decimal): -12729635 or 14533181. OLE color: 14533181.

HSL color Cylindrical-coordinate representation of color #3DC2DD: hue angle of 190.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DC2DD is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 194 221 -
CMYK 0.72 0.12 0 0.13
HSL 190.13º 0.7% 0.55% -
HSV(B) 190.13º 0.72% 0.87% -
XYZ 34.27 44.8 75.25 -
YUV 157.31 163.94 59.3 -
System Red Green Blue C M Y K H S L
Decimal 61 194 221 0.72 0.12 0 0.13 190.13 0.7 0.55
Hex 3D C2 DD 48 C 0 D BE 46 37
Octal 75 302 335 110 14 0 15 276 106 67
Binary 111101 11000010 11011101 1001000 1100 0 1101 10111110 1000110 110111

Color Harmonies of #3DC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC2DD

Black with #3DC2DD

Text Example


Text Example

White with #3DC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DC2DD; }

 p { color: rgb(61,194,221); }

 H1.HeaderClassName
 {
   color: #3DC2DD;
 }
 .AnyTagClassName
 {
   color: #3DC2DD;
 }
</style>

background-color css

<style>
 a { background-color: #3DC2DD; }

 a { background-color: rgb(61,194,221); }

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

border-color css

<style>
 span { border-color: #3DC2DD; }

 span { border-color: rgb(61,194,221); }

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