Html Css Color HEX #3CACFA Summer Sky

📋 copy color: '#3CACFA'

red 60 ◦ green 172 ◦ blue 250

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

Shades of Summer Sky #3CACFA

Tints of Summer Sky #3CACFA

RGB

 RED value IS 60 (23.83% from 255) = 12.45%

 GREEN value IS 172 (67.58% from 255) = 35.68%

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

R = 12.45%
G = 35.68%
B = 51.87%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3CACFA (or 0x3CACFA) is known color: Summer Sky. HEX triplet: 3C, AC and FA. RGB value is (60,172,250). Sum of RGB (Red+Green+Blue) = 60+172+250=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CACFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CACFA is #C35305. Grayscale: #929292. Windows color (decimal): -12800774 or 16428092. OLE color: 16428092.

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

Color convert

RGB 60 172 250 -
CMYK 0.76 0.31 0 0.02
HSL 204.63º 0.95% 0.61% -
HSV(B) 204.63º 0.76% 0.98% -
XYZ 33.87 37.37 95.87 -
YUV 147.4 185.89 65.66 -
System Red Green Blue C M Y K H S L
Decimal 60 172 250 0.76 0.31 0 0.02 204.63 0.95 0.61
Hex 3C AC FA 4C 1F 0 2 CD 5F 3D
Octal 74 254 372 114 37 0 2 315 137 75
Binary 111100 10101100 11111010 1001100 11111 0 10 11001101 1011111 111101

Color Harmonies of #3CACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CACFA

Black with #3CACFA

Text Example


Text Example

White with #3CACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,172,250); }

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

background-color css

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

 a { background-color: rgb(60,172,250); }

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

border-color css

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

 span { border-color: rgb(60,172,250); }

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