Html Css Color HEX #3ACCF6 Summer Sky

📋 copy color: '#3ACCF6'

red 58 ◦ green 204 ◦ blue 246

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

Shades of Summer Sky #3ACCF6

Tints of Summer Sky #3ACCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.43%

R = 11.42%
G = 40.16%
B = 48.43%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3ACCF6 (or 0x3ACCF6) is known color: Summer Sky. HEX triplet: 3A, CC and F6. RGB value is (58,204,246). Sum of RGB (Red+Green+Blue) = 58+204+246=508 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.42% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #3ACCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCF6 is #C53309. Grayscale: #A4A4A4. Windows color (decimal): -12923658 or 16174138. OLE color: 16174138.

HSL color Cylindrical-coordinate representation of color #3ACCF6: hue angle of 193.4º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACCF6 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 204 246 -
CMYK 0.76 0.17 0 0.04
HSL 193.4º 0.91% 0.6% -
HSV(B) 193.4º 0.76% 0.96% -
XYZ 39.97 50.74 94.88 -
YUV 165.13 173.63 51.58 -
System Red Green Blue C M Y K H S L
Decimal 58 204 246 0.76 0.17 0 0.04 193.4 0.91 0.6
Hex 3A CC F6 4C 11 0 4 C1 5B 3C
Octal 72 314 366 114 21 0 4 301 133 74
Binary 111010 11001100 11110110 1001100 10001 0 100 11000001 1011011 111100

Color Harmonies of #3ACCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCF6

Black with #3ACCF6

Text Example


Text Example

White with #3ACCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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