Html Css Color HEX #3ACCEC Summer Sky

📋 copy color: '#3ACCEC'

red 58 ◦ green 204 ◦ blue 236

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

Shades of Summer Sky #3ACCEC

Tints of Summer Sky #3ACCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.96%

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

R = 11.65%
G = 40.96%
B = 47.39%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3ACCEC (or 0x3ACCEC) is known color: Summer Sky. HEX triplet: 3A, CC and EC. RGB value is (58,204,236). Sum of RGB (Red+Green+Blue) = 58+204+236=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #3ACCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCEC is #C53313. Grayscale: #A3A3A3. Windows color (decimal): -12923668 or 15518778. OLE color: 15518778.

HSL color Cylindrical-coordinate representation of color #3ACCEC: hue angle of 190.79º 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 #3ACCEC is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 58 204 236 -
CMYK 0.75 0.14 0 0.07
HSL 190.79º 0.82% 0.58% -
HSV(B) 190.79º 0.75% 0.93% -
XYZ 38.48 50.14 87.01 -
YUV 163.99 168.63 52.4 -
System Red Green Blue C M Y K H S L
Decimal 58 204 236 0.75 0.14 0 0.07 190.79 0.82 0.58
Hex 3A CC EC 4B E 0 7 BF 52 3A
Octal 72 314 354 113 16 0 7 277 122 72
Binary 111010 11001100 11101100 1001011 1110 0 111 10111111 1010010 111010

Color Harmonies of #3ACCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCEC

Black with #3ACCEC

Text Example


Text Example

White with #3ACCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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