Html Css Color HEX #3AC4DF Summer Sky

📋 copy color: '#3AC4DF'

red 58 ◦ green 196 ◦ blue 223

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

Shades of Summer Sky #3AC4DF

Tints of Summer Sky #3AC4DF

RGB

 RED value IS 58 (23.05% from 255) = 12.16%

 GREEN value IS 196 (76.95% from 255) = 41.09%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 12.16%
G = 41.09%
B = 46.75%

CMYK

 C value IS 0.74

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AC4DF (or 0x3AC4DF) is known color: Summer Sky. HEX triplet: 3A, C4 and DF. RGB value is (58,196,223). Sum of RGB (Red+Green+Blue) = 58+196+223=477 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.16% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #3AC4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AC4DF is #C53B20. Grayscale: #9D9D9D. Windows color (decimal): -12925729 or 14664762. OLE color: 14664762.

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

Color convert

RGB 58 196 223 -
CMYK 0.74 0.12 0 0.13
HSL 189.82º 0.72% 0.55% -
HSV(B) 189.82º 0.74% 0.87% -
XYZ 34.8 45.71 76.8 -
YUV 157.82 164.78 56.8 -
System Red Green Blue C M Y K H S L
Decimal 58 196 223 0.74 0.12 0 0.13 189.82 0.72 0.55
Hex 3A C4 DF 4A C 0 D BE 48 37
Octal 72 304 337 112 14 0 15 276 110 67
Binary 111010 11000100 11011111 1001010 1100 0 1101 10111110 1001000 110111

Color Harmonies of #3AC4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC4DF

Black with #3AC4DF

Text Example


Text Example

White with #3AC4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,196,223); }

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

background-color css

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

 a { background-color: rgb(58,196,223); }

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

border-color css

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

 span { border-color: rgb(58,196,223); }

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