Html Css Color HEX #3ACCFA Summer Sky

📋 copy color: '#3ACCFA'

red 58 ◦ green 204 ◦ blue 250

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

Shades of Summer Sky #3ACCFA

Tints of Summer Sky #3ACCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 11.33%
G = 39.84%
B = 48.83%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3ACCFA (or 0x3ACCFA) is known color: Summer Sky. HEX triplet: 3A, CC and FA. RGB value is (58,204,250). Sum of RGB (Red+Green+Blue) = 58+204+250=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #3ACCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCFA is #C53305. Grayscale: #A5A5A5. Windows color (decimal): -12923654 or 16436282. OLE color: 16436282.

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

Color convert

RGB 58 204 250 -
CMYK 0.77 0.18 0 0.02
HSL 194.38º 0.95% 0.6% -
HSV(B) 194.38º 0.77% 0.98% -
XYZ 40.59 50.99 98.14 -
YUV 165.59 175.63 51.26 -
System Red Green Blue C M Y K H S L
Decimal 58 204 250 0.77 0.18 0 0.02 194.38 0.95 0.6
Hex 3A CC FA 4D 12 0 2 C2 5F 3C
Octal 72 314 372 115 22 0 2 302 137 74
Binary 111010 11001100 11111010 1001101 10010 0 10 11000010 1011111 111100

Color Harmonies of #3ACCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACCFA

Black with #3ACCFA

Text Example


Text Example

White with #3ACCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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