Html Css Color HEX #3ACDEC Summer Sky

📋 copy color: '#3ACDEC'

red 58 ◦ green 205 ◦ blue 236

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

Shades of Summer Sky #3ACDEC

Tints of Summer Sky #3ACDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 11.62%
G = 41.08%
B = 47.29%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ACDEC (or 0x3ACDEC) is known color: Summer Sky. HEX triplet: 3A, CD and EC. RGB value is (58,205,236). Sum of RGB (Red+Green+Blue) = 58+205+236=499 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.62% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ACDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACDEC is #C53213. Grayscale: #A4A4A4. Windows color (decimal): -12923412 or 15519034. OLE color: 15519034.

HSL color Cylindrical-coordinate representation of color #3ACDEC: hue angle of 190.45º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACDEC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 205 236 -
CMYK 0.75 0.13 0 0.07
HSL 190.45º 0.82% 0.58% -
HSV(B) 190.45º 0.75% 0.93% -
XYZ 38.72 50.62 87.09 -
YUV 164.58 168.3 51.98 -
System Red Green Blue C M Y K H S L
Decimal 58 205 236 0.75 0.13 0 0.07 190.45 0.82 0.58
Hex 3A CD EC 4B D 0 7 BE 52 3A
Octal 72 315 354 113 15 0 7 276 122 72
Binary 111010 11001101 11101100 1001011 1101 0 111 10111110 1010010 111010

Color Harmonies of #3ACDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACDEC

Black with #3ACDEC

Text Example


Text Example

White with #3ACDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,205,236); }

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

background-color css

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

 a { background-color: rgb(58,205,236); }

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

border-color css

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

 span { border-color: rgb(58,205,236); }

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