Html Css Color HEX #3ACCF8 Summer Sky

📋 copy color: '#3ACCF8'

red 58 ◦ green 204 ◦ blue 248

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

Shades of Summer Sky #3ACCF8

Tints of Summer Sky #3ACCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.63%

R = 11.37%
G = 40%
B = 48.63%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3ACCF8 (or 0x3ACCF8) is known color: Summer Sky. HEX triplet: 3A, CC and F8. RGB value is (58,204,248). Sum of RGB (Red+Green+Blue) = 58+204+248=510 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.37% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #3ACCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCF8 is #C53307. Grayscale: #A5A5A5. Windows color (decimal): -12923656 or 16305210. OLE color: 16305210.

HSL color Cylindrical-coordinate representation of color #3ACCF8: hue angle of 193.89º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACCF8 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 58 204 248 -
CMYK 0.77 0.18 0 0.03
HSL 193.89º 0.93% 0.6% -
HSV(B) 193.89º 0.77% 0.97% -
XYZ 40.28 50.86 96.5 -
YUV 165.36 174.63 51.42 -
System Red Green Blue C M Y K H S L
Decimal 58 204 248 0.77 0.18 0 0.03 193.89 0.93 0.6
Hex 3A CC F8 4D 12 0 3 C2 5D 3C
Octal 72 314 370 115 22 0 3 302 135 74
Binary 111010 11001100 11111000 1001101 10010 0 11 11000010 1011101 111100

Color Harmonies of #3ACCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCF8

Black with #3ACCF8

Text Example


Text Example

White with #3ACCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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